Closed dimosped closed 6 years ago
1.72.0
# VersionStore, TickStore, or ChunkStore
There is no "library_exists('my_library_name')" method, which forces users to use the expensive: 'my_library_name' in a.list_libraries()
Instead use a lightweight "library_exists()" method (no regex support, just exact lib name match), which wraps get_library().
fixed
Arctic Version
Arctic Store
Description of problem and/or code sample that reproduces the issue
There is no "library_exists('my_library_name')" method, which forces users to use the expensive: 'my_library_name' in a.list_libraries()
Instead use a lightweight "library_exists()" method (no regex support, just exact lib name match), which wraps get_library().