foundationdb/bindings/python/fdb
A.J. Beamon fef2967d62 Fix several issues found by flake8. Ignore E402, which detects when we have import statements not at the top of the file, since we have many files that use this pattern and are not easy to fix. 2023-05-02 10:06:40 -07:00
..
__init__.py Fix several issues found by flake8. Ignore E402, which detects when we have import statements not at the top of the file, since we have many files that use this pattern and are not easy to fix. 2023-05-02 10:06:40 -07:00
apiversion.py.cmake Define latest python binding API version in one place 2023-02-27 13:12:10 +01:00
directory_impl.py C:/Program Files/Git/bindings/python/fdb/ Applied flake8 2022-11-09 20:43:43 +01:00
fdb_c.dll.pth Initial repository commit 2017-05-25 13:48:44 -07:00
impl.py Fix several issues found by flake8. Ignore E402, which detects when we have import statements not at the top of the file, since we have many files that use this pattern and are not easy to fix. 2023-05-02 10:06:40 -07:00
libfdb_c.dylib.pth Initial repository commit 2017-05-25 13:48:44 -07:00
libfdb_c.so.pth Initial repository commit 2017-05-25 13:48:44 -07:00
locality.py C:/Program Files/Git/bindings/python/fdb/ Applied flake8 2022-11-09 20:43:43 +01:00
six.py Update vendored Python module six 2018-10-25 23:46:49 -04:00
subspace_impl.py C:/Program Files/Git/bindings/python/fdb/ Applied flake8 2022-11-09 20:43:43 +01:00
tenant_management.py C:/Program Files/Git/bindings/python/fdb/ Applied flake8 2022-11-09 20:43:43 +01:00
tuple.py Apply black format to most Python files, excluding a few cases where we have Python 2 files and a few files written externally. Add external files as exclusions to the precommit checks. 2023-04-28 11:46:41 -07:00