Skip to content

Instantly share code, notes, and snippets.

@code-review-doctor
Last active January 28, 2022 00:37
Show Gist options
  • Save code-review-doctor/526e267138b79e16069def68d2bb5422 to your computer and use it in GitHub Desktop.
Save code-review-doctor/526e267138b79e16069def68d2bb5422 to your computer and use it in GitHub Desktop.
How common is not closing file in Python? Links to unclosed files
Link Repo Path
https://github.com/netsec-ethz/scionlab/blob/bddfcc97e10b35813184a113dbad848b9e3184fc/scionlab/settings/common.py#L166 github.com/netsec-ethz/scionlab scionlab/settings/common.py
https://github.com/SpongePowered/SpongeAuth/blob/96a4fa76816c86931fa90eda16bcc28cf174b208/spongeauth/accounts/tests/test_avatar_for_user.py#L11 github.com/SpongePowered/SpongeAuth spongeauth/accounts/tests/test_avatar_for_user.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/api/tests/test_views.py#L33 github.com/flare-kcl/flare-portal flare_portal/api/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/api/tests/test_views.py#L36 github.com/flare-kcl/flare-portal flare_portal/api/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/api/tests/test_views.py#L40 github.com/flare-kcl/flare-portal flare_portal/api/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/api/tests/test_views.py#L45 github.com/flare-kcl/flare-portal flare_portal/api/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/reimbursement/tests/test_views.py#L163 github.com/flare-kcl/flare-portal flare_portal/reimbursement/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/reimbursement/tests/test_views.py#L202 github.com/flare-kcl/flare-portal flare_portal/reimbursement/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/experiments/tests/test_views.py#L373 github.com/flare-kcl/flare-portal flare_portal/experiments/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/experiments/tests/test_views.py#L376 github.com/flare-kcl/flare-portal flare_portal/experiments/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/experiments/tests/test_views.py#L380 github.com/flare-kcl/flare-portal flare_portal/experiments/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/experiments/tests/test_views.py#L385 github.com/flare-kcl/flare-portal flare_portal/experiments/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/experiments/tests/test_views.py#L390 github.com/flare-kcl/flare-portal flare_portal/experiments/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/experiments/tests/test_views.py#L528 github.com/flare-kcl/flare-portal flare_portal/experiments/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/experiments/tests/test_views.py#L531 github.com/flare-kcl/flare-portal flare_portal/experiments/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/experiments/tests/test_views.py#L710 github.com/flare-kcl/flare-portal flare_portal/experiments/tests/test_views.py
https://github.com/flare-kcl/flare-portal/blob/8172f3c137c1c312916915a7045d406e994d64bd/flare_portal/experiments/tests/test_views.py#L1132 github.com/flare-kcl/flare-portal flare_portal/experiments/tests/test_views.py
https://github.com/django-oscar/django-oscar/blob/4a95c3a805c6bb3ed20093349a310980f77a6567/src/oscar/apps/catalogue/utils.py#L128 github.com/django-oscar/django-oscar src/oscar/apps/catalogue/utils.py
https://github.com/h5netcdf/h5netcdf/blob/5a29b6c7e2ab8fe025ea0505288dd0fba36ace56/setup.py#L28 github.com/h5netcdf/h5netcdf setup.py
https://github.com/BeryJu/authentik/blob/67d550a80dddc9b6e4dbe1efc8e92ede05b1774e/tests/integration/test_outpost_docker.py#L74 github.com/BeryJu/authentik tests/integration/test_outpost_docker.py
https://github.com/BeryJu/authentik/blob/67d550a80dddc9b6e4dbe1efc8e92ede05b1774e/tests/integration/test_outpost_docker.py#L76 github.com/BeryJu/authentik tests/integration/test_outpost_docker.py
https://github.com/BeryJu/authentik/blob/67d550a80dddc9b6e4dbe1efc8e92ede05b1774e/tests/integration/test_outpost_docker.py#L81 github.com/BeryJu/authentik tests/integration/test_outpost_docker.py
https://github.com/BeryJu/authentik/blob/67d550a80dddc9b6e4dbe1efc8e92ede05b1774e/tests/integration/test_proxy_docker.py#L74 github.com/BeryJu/authentik tests/integration/test_proxy_docker.py
https://github.com/BeryJu/authentik/blob/67d550a80dddc9b6e4dbe1efc8e92ede05b1774e/tests/integration/test_proxy_docker.py#L76 github.com/BeryJu/authentik tests/integration/test_proxy_docker.py
https://github.com/BeryJu/authentik/blob/67d550a80dddc9b6e4dbe1efc8e92ede05b1774e/tests/integration/test_proxy_docker.py#L81 github.com/BeryJu/authentik tests/integration/test_proxy_docker.py
https://github.com/BeryJu/authentik/blob/67d550a80dddc9b6e4dbe1efc8e92ede05b1774e/scripts/web_api_esm.py#L29 github.com/BeryJu/authentik scripts/web_api_esm.py
https://github.com/BeryJu/authentik/blob/67d550a80dddc9b6e4dbe1efc8e92ede05b1774e/scripts/web_api_esm.py#L30 github.com/BeryJu/authentik scripts/web_api_esm.py
https://github.com/Binaergewitter/chapter-marker/blob/dd1a8963be5f2eb4092e3eb36c8f03dce26b49df/chapter_marker/tray.py#L297 github.com/Binaergewitter/chapter-marker chapter_marker/tray.py
https://github.com/Datateknologerna-vid-Abo-Akademi/date-website/blob/d782e664ee6fbac8a125b8e23a6f1343fb952203/archive/tests.py#L25 github.com/Datateknologerna-vid-Abo-Akademi/date-website archive/tests.py
https://github.com/ckirby/django-modelqueryform/blob/8ec17d763b8b1cce248156cf9f30c22661bcfd02/setup.py#L16 github.com/ckirby/django-modelqueryform setup.py
https://github.com/fabiocaccamo/django-admin-interface/blob/8930ba1ddcc5995abaff51b8bccc1425d7764701/setup.py#L8 github.com/fabiocaccamo/django-admin-interface setup.py
https://github.com/mfogel/django-timezone-field/blob/f6560c375e0175733bc26bc1b5dda22a39c75439/setup.py#L11 github.com/mfogel/django-timezone-field setup.py
https://github.com/jsmesami/naovoce/blob/235c6e05ef37be23d3b9bd0b76d80080c58617a0/src/gallery/tests/test_api.py#L49 github.com/jsmesami/naovoce src/gallery/tests/test_api.py
https://github.com/fabiocaccamo/django-extra-settings/blob/5e79b841b2baed4a828fe888e50153ccec76a505/setup.py#L8 github.com/fabiocaccamo/django-extra-settings setup.py
https://github.com/django-doctor/lite-api/blob/1ba278ba22ebcbb977dd7c31dd3701151cd036bf/api/staticdata/management/commands/coverage.py#L64 github.com/django-doctor/lite-api api/staticdata/management/commands/coverage.py
https://github.com/angvp/django-klingon/blob/6716fcb7e98d7d27d41c72c4036d3593f1cc04c2/setup.py#L10 github.com/angvp/django-klingon setup.py
https://github.com/ricardofalasca/deep-pages/blob/d1b2a48f62c31e20d767df5c6345e07e4d05290d/setup.py#L8 github.com/ricardofalasca/deep-pages setup.py
https://github.com/migasfree/migasfree/blob/1c443c51bd20c8010d22476f85e95ce26114545d/setup.py#L43 github.com/migasfree/migasfree setup.py
https://github.com/commaai/openpilot/blob/9a211ee14b3efe10df16c4aef19744607f0163fd/selfdrive/test/process_replay/test_processes.py#L135 github.com/commaai/openpilot selfdrive/test/process_replay/test_processes.py
https://github.com/commaai/openpilot/blob/9a211ee14b3efe10df16c4aef19744607f0163fd/selfdrive/test/openpilotci.py#L19 github.com/commaai/openpilot selfdrive/test/openpilotci.py
https://github.com/commaai/openpilot/blob/9a211ee14b3efe10df16c4aef19744607f0163fd/selfdrive/locationd/models/live_kf.py#L237 github.com/commaai/openpilot selfdrive/locationd/models/live_kf.py
https://github.com/commaai/openpilot/blob/9a211ee14b3efe10df16c4aef19744607f0163fd/tools/sim/lib/manual_ctrl.py#L98 github.com/commaai/openpilot tools/sim/lib/manual_ctrl.py
https://github.com/commaai/openpilot/blob/9a211ee14b3efe10df16c4aef19744607f0163fd/tools/sim/bridge.py#L81 github.com/commaai/openpilot tools/sim/bridge.py
https://github.com/viewflow/django-fsm/blob/bde9a51c2dabbe807364b0cdb604139314177014/setup.py#L4 github.com/viewflow/django-fsm setup.py
https://github.com/fastai/fastai/blob/4d6b0099b0e1d8d759b6a62d2885d0fa3e71a709/setup.py#L34 github.com/fastai/fastai setup.py
https://github.com/rexzhang/pelican-publisher/blob/94a889a8966f7d0236a1214a1c2adc7b550dbb93/pelican_publisher/pp_core/runtimes/build_pelican_site.py#L83 github.com/rexzhang/pelican-publisher pelican_publisher/pp_core/runtimes/build_pelican_site.py
https://github.com/ontruck/django-ontruck/blob/df3e574b2d5a207a505268410f88f414f5eebd3a/setup.py#L16 github.com/ontruck/django-ontruck setup.py
https://github.com/ontruck/django-ontruck/blob/df3e574b2d5a207a505268410f88f414f5eebd3a/setup.py#L44 github.com/ontruck/django-ontruck setup.py
https://github.com/ontruck/django-ontruck/blob/df3e574b2d5a207a505268410f88f414f5eebd3a/setup.py#L45 github.com/ontruck/django-ontruck setup.py
https://github.com/uclouvain/osis/blob/1d1d74ebfcbc9746bbc24b637d5d27af879596b6/base/utils/load_sql_scripts.py#L56 github.com/uclouvain/osis base/utils/load_sql_scripts.py
https://github.com/binnguyenvn/DynoCRM/blob/6b95822fb82adae47df8230e62d4aa04f901fcfa/risocrm/app_mgmt/helpers.py#L95 github.com/binnguyenvn/DynoCRM risocrm/app_mgmt/helpers.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/ebooks/chm/reader.py#L53 github.com/Dnkhatri/calibre src/calibre/ebooks/chm/reader.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/bypy/linux/__main__.py#L100 github.com/Dnkhatri/calibre bypy/linux/__main__.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/gui2/widgets.py#L1301 github.com/Dnkhatri/calibre src/calibre/gui2/widgets.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/gui2/dialogs/opml.py#L143 github.com/Dnkhatri/calibre src/calibre/gui2/dialogs/opml.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/gui2/dialogs/catalog.py#L81 github.com/Dnkhatri/calibre src/calibre/gui2/dialogs/catalog.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/db/tests/filesystem.py#L99 github.com/Dnkhatri/calibre src/calibre/db/tests/filesystem.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/db/tests/filesystem.py#L100 github.com/Dnkhatri/calibre src/calibre/db/tests/filesystem.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/gui2/viewer/convert_book.py#L314 github.com/Dnkhatri/calibre src/calibre/gui2/viewer/convert_book.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/gui2/viewer/convert_book.py#L325 github.com/Dnkhatri/calibre src/calibre/gui2/viewer/convert_book.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/gui2/viewer/convert_book.py#L368 github.com/Dnkhatri/calibre src/calibre/gui2/viewer/convert_book.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/gui2/viewer/convert_book.py#L372 github.com/Dnkhatri/calibre src/calibre/gui2/viewer/convert_book.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/setup/changelog.py#L138 github.com/Dnkhatri/calibre setup/changelog.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/setup/translations.py#L365 github.com/Dnkhatri/calibre setup/translations.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/setup/translations.py#L426 github.com/Dnkhatri/calibre setup/translations.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/setup/install.py#L306 github.com/Dnkhatri/calibre setup/install.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/test_build.py#L205 github.com/Dnkhatri/calibre src/calibre/test_build.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/test_build.py#L224 github.com/Dnkhatri/calibre src/calibre/test_build.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/gui2/store/stores/google_books_plugin.py#L49 github.com/Dnkhatri/calibre src/calibre/gui2/store/stores/google_books_plugin.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/ebooks/metadata/cli.py#L157 github.com/Dnkhatri/calibre src/calibre/ebooks/metadata/cli.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/ebooks/metadata/sources/test.py#L137 github.com/Dnkhatri/calibre src/calibre/ebooks/metadata/sources/test.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/ebooks/mobi/reader/mobi6.py#L83 github.com/Dnkhatri/calibre src/calibre/ebooks/mobi/reader/mobi6.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/ebooks/conversion/plugins/lrf_input.py#L33 github.com/Dnkhatri/calibre src/calibre/ebooks/conversion/plugins/lrf_input.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/web/feeds/news.py#L1388 github.com/Dnkhatri/calibre src/calibre/web/feeds/news.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/web/feeds/news.py#L1882 github.com/Dnkhatri/calibre src/calibre/web/feeds/news.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/debug.py#L165 github.com/Dnkhatri/calibre src/calibre/debug.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/debug.py#L166 github.com/Dnkhatri/calibre src/calibre/debug.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/ebooks/metadata/utils.py#L36 github.com/Dnkhatri/calibre src/calibre/ebooks/metadata/utils.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/imgsrc/generate.py#L42 github.com/Dnkhatri/calibre imgsrc/generate.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/build_forms.py#L66 github.com/Dnkhatri/calibre src/calibre/build_forms.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/src/calibre/utils/zipfile.py#L1025 github.com/Dnkhatri/calibre src/calibre/utils/zipfile.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/bypy/windows/__main__.py#L232 github.com/Dnkhatri/calibre bypy/windows/__main__.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/bypy/macos/__main__.py#L506 github.com/Dnkhatri/calibre bypy/macos/__main__.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/manual/custom.py#L30 github.com/Dnkhatri/calibre manual/custom.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/manual/custom.py#L198 github.com/Dnkhatri/calibre manual/custom.py
https://github.com/Dnkhatri/calibre/blob/f47f50d3593273723f9e9f8c1ad9c50c2fdb5ee5/manual/custom.py#L211 github.com/Dnkhatri/calibre manual/custom.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/mobidedrm.py#L258 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/mobidedrm.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/mobidedrm.py#L414 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/mobidedrm.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/mobidedrm.py#L547 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/mobidedrm.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/scriptinterface.py#L43 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/scriptinterface.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/scriptinterface.py#L62 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/scriptinterface.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/scriptinterface.py#L102 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/scriptinterface.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ignoblekeyfetch.py#L159 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ignoblekeyfetch.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ignoblekeyfetch.py#L238 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ignoblekeyfetch.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L332 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L333 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L340 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L342 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L371 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L434 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L437 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L459 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L517 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L528 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L574 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L629 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/genbook.py#L678 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/genbook.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ineptpdf.py#L2198 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ineptpdf.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ineptpdf.py#L2299 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ineptpdf.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/erdr2pml.py#L198 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/erdr2pml.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/erdr2pml.py#L487 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/erdr2pml.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/erdr2pml.py#L492 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/erdr2pml.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ineptepub.py#L477 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ineptepub.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ineptepub.py#L577 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ineptepub.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ignoblekeygen.py#L233 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ignoblekeygen.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ignoblekeygen.py#L309 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ignoblekeygen.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/prefs.py#L147 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/prefs.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/Obok_plugin/obok/obok.py#L395 github.com/apprenticeharper/DeDRM_tools Obok_plugin/obok/obok.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/__init__.py#L186 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/__init__.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ignobleepub.py#L318 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ignobleepub.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ignobleepub.py#L418 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ignobleepub.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/k4mobidedrm.py#L206 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/k4mobidedrm.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ignoblepdf.py#L2031 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ignoblepdf.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/ignoblepdf.py#L2132 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/ignoblepdf.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/zipfilerugged.py#L841 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/zipfilerugged.py
https://github.com/apprenticeharper/DeDRM_tools/blob/776f146ca00d11b24575f4fd6e8202df30a2b7ea/DeDRM_plugin/topazextract.py#L419 github.com/apprenticeharper/DeDRM_tools DeDRM_plugin/topazextract.py
https://github.com/python/pythondotorg/blob/4ad9d4083290cb063d074a02e41cf9ef6e0e0c73/pages/parser.py#L18 github.com/python/pythondotorg pages/parser.py
https://github.com/python/pythondotorg/blob/4ad9d4083290cb063d074a02e41cf9ef6e0e0c73/pages/parser.py#L27 github.com/python/pythondotorg pages/parser.py
https://github.com/python/pythondotorg/blob/4ad9d4083290cb063d074a02e41cf9ef6e0e0c73/pages/parser.py#L27 github.com/python/pythondotorg pages/parser.py
https://github.com/python/pythondotorg/blob/4ad9d4083290cb063d074a02e41cf9ef6e0e0c73/peps/converters.py#L38 github.com/python/pythondotorg peps/converters.py
https://github.com/python/pythondotorg/blob/4ad9d4083290cb063d074a02e41cf9ef6e0e0c73/peps/converters.py#L177 github.com/python/pythondotorg peps/converters.py
https://github.com/ray-project/xgboost_ray/blob/10abeee58b0bcd06fa73262ccba51a9abeae6e8c/xgboost_ray/tests/test_end_to_end.py#L266 github.com/ray-project/xgboost_ray xgboost_ray/tests/test_end_to_end.py
https://github.com/richtier/alexa-browser-client/blob/100ee4baa615176dfa6a2d12c50e16abe81a41c6/setup.py#L12 github.com/richtier/alexa-browser-client setup.py
https://github.com/django-haystack/django-haystack/blob/199308abb0629a72c5f3760ab871d6c481dc957d/setup.py#L22 github.com/django-haystack/django-haystack setup.py
https://github.com/jieter/django-tables2/blob/ce392ee2ee341d7180345a6113919cf9a3925f16/setup.py#L14 github.com/jieter/django-tables2 setup.py
https://github.com/ascaliaio/django-dumpdata-one/blob/2f780275dac29e6177725a553140174621273fe1/setup.py#L11 github.com/ascaliaio/django-dumpdata-one setup.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/ebooks/chm/reader.py#L53 github.com/kovidgoyal/calibre src/calibre/ebooks/chm/reader.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/bypy/linux/__main__.py#L100 github.com/kovidgoyal/calibre bypy/linux/__main__.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/gui2/dialogs/opml.py#L143 github.com/kovidgoyal/calibre src/calibre/gui2/dialogs/opml.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/gui2/dialogs/catalog.py#L81 github.com/kovidgoyal/calibre src/calibre/gui2/dialogs/catalog.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/db/tests/filesystem.py#L99 github.com/kovidgoyal/calibre src/calibre/db/tests/filesystem.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/db/tests/filesystem.py#L100 github.com/kovidgoyal/calibre src/calibre/db/tests/filesystem.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/ebooks/mobi/reader/mobi6.py#L83 github.com/kovidgoyal/calibre src/calibre/ebooks/mobi/reader/mobi6.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/gui2/widgets.py#L1301 github.com/kovidgoyal/calibre src/calibre/gui2/widgets.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/test_build.py#L205 github.com/kovidgoyal/calibre src/calibre/test_build.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/test_build.py#L224 github.com/kovidgoyal/calibre src/calibre/test_build.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/gui2/store/stores/google_books_plugin.py#L49 github.com/kovidgoyal/calibre src/calibre/gui2/store/stores/google_books_plugin.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/ebooks/conversion/plugins/lrf_input.py#L33 github.com/kovidgoyal/calibre src/calibre/ebooks/conversion/plugins/lrf_input.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/setup/changelog.py#L137 github.com/kovidgoyal/calibre setup/changelog.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/setup/translations.py#L364 github.com/kovidgoyal/calibre setup/translations.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/setup/translations.py#L425 github.com/kovidgoyal/calibre setup/translations.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/setup/install.py#L305 github.com/kovidgoyal/calibre setup/install.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/gui2/viewer/convert_book.py#L314 github.com/kovidgoyal/calibre src/calibre/gui2/viewer/convert_book.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/gui2/viewer/convert_book.py#L325 github.com/kovidgoyal/calibre src/calibre/gui2/viewer/convert_book.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/gui2/viewer/convert_book.py#L368 github.com/kovidgoyal/calibre src/calibre/gui2/viewer/convert_book.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/gui2/viewer/convert_book.py#L372 github.com/kovidgoyal/calibre src/calibre/gui2/viewer/convert_book.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/web/feeds/news.py#L1388 github.com/kovidgoyal/calibre src/calibre/web/feeds/news.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/web/feeds/news.py#L1882 github.com/kovidgoyal/calibre src/calibre/web/feeds/news.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/debug.py#L165 github.com/kovidgoyal/calibre src/calibre/debug.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/debug.py#L166 github.com/kovidgoyal/calibre src/calibre/debug.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/ebooks/metadata/utils.py#L36 github.com/kovidgoyal/calibre src/calibre/ebooks/metadata/utils.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/ebooks/metadata/cli.py#L157 github.com/kovidgoyal/calibre src/calibre/ebooks/metadata/cli.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/ebooks/metadata/sources/test.py#L137 github.com/kovidgoyal/calibre src/calibre/ebooks/metadata/sources/test.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/imgsrc/generate.py#L42 github.com/kovidgoyal/calibre imgsrc/generate.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/build_forms.py#L66 github.com/kovidgoyal/calibre src/calibre/build_forms.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/src/calibre/utils/zipfile.py#L1025 github.com/kovidgoyal/calibre src/calibre/utils/zipfile.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/bypy/windows/__main__.py#L232 github.com/kovidgoyal/calibre bypy/windows/__main__.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/bypy/macos/__main__.py#L506 github.com/kovidgoyal/calibre bypy/macos/__main__.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/manual/custom.py#L30 github.com/kovidgoyal/calibre manual/custom.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/manual/custom.py#L198 github.com/kovidgoyal/calibre manual/custom.py
https://github.com/kovidgoyal/calibre/blob/2620f6685a3b12415255ccb412c9ecc8626a2eec/manual/custom.py#L211 github.com/kovidgoyal/calibre manual/custom.py
https://github.com/dolphin-emu/www/blob/228e73073cf1449222c80fec9c83ef5218249a42/dolweb/docs/management/commands/dyni18n_faq.py#L33 github.com/dolphin-emu/www dolweb/docs/management/commands/dyni18n_faq.py
https://github.com/dolphin-emu/www/blob/228e73073cf1449222c80fec9c83ef5218249a42/dolweb/compat/management/commands/genatlas.py#L152 github.com/dolphin-emu/www dolweb/compat/management/commands/genatlas.py
https://github.com/dolphin-emu/www/blob/228e73073cf1449222c80fec9c83ef5218249a42/dolweb/compat/management/commands/genatlas.py#L152 github.com/dolphin-emu/www dolweb/compat/management/commands/genatlas.py
https://github.com/dolphin-emu/www/blob/228e73073cf1449222c80fec9c83ef5218249a42/dolweb/compat/management/commands/genatlas.py#L187 github.com/dolphin-emu/www dolweb/compat/management/commands/genatlas.py
https://github.com/dolphin-emu/www/blob/228e73073cf1449222c80fec9c83ef5218249a42/dolweb/settings.py#L354 github.com/dolphin-emu/www dolweb/settings.py
https://github.com/django-fiber/django-fiber/blob/68e2bc2ae660674054e7e2db1498748c46ac7f9e/setup.py#L26 github.com/django-fiber/django-fiber setup.py
https://github.com/openwisp/openwisp-controller/blob/16bf52dca10962a7cb52e1a8bc372431c95516bc/setup.py#L15 github.com/openwisp/openwisp-controller setup.py
https://github.com/openwisp/openwisp-controller/blob/16bf52dca10962a7cb52e1a8bc372431c95516bc/setup.py#L49 github.com/openwisp/openwisp-controller setup.py
https://github.com/jazzband/django-payments/blob/500f837680a1a2ed099abccd991922028e0e1c95/setup.py#L24 github.com/jazzband/django-payments setup.py
https://github.com/thomasBisseling/wagtailblock-register/blob/857c019f904f32850a7f0e0d520d1047dc97e1c8/setup.py#L17 github.com/thomasBisseling/wagtailblock-register setup.py
https://github.com/rsumner31/django-DefectDojo/blob/174d59d06a7745b463a09ef4d43e4a950aa3afc0/dojo/tools/nessus/parser.py#L13 github.com/rsumner31/django-DefectDojo dojo/tools/nessus/parser.py
https://github.com/macropin/django-registration/blob/ba430f3e27f9c6690afd08ec5fb599aef8a8c9bf/setup.py#L28 github.com/macropin/django-registration setup.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/apps/beeswax/src/beeswax/tests.py#L2167 github.com/higher-tier/hue apps/beeswax/src/beeswax/tests.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/core/src/desktop/lib/wsgiserver.py#L1849 github.com/higher-tier/hue desktop/core/src/desktop/lib/wsgiserver.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/hadoop/src/hadoop/fs/fs_for_testing.py#L57 github.com/higher-tier/hue desktop/libs/hadoop/src/hadoop/fs/fs_for_testing.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/metadata/src/metadata/manager_api.py#L129 github.com/higher-tier/hue desktop/libs/metadata/src/metadata/manager_api.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/aws/src/aws/conf.py#L309 github.com/higher-tier/hue desktop/libs/aws/src/aws/conf.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/aws/src/aws/conf.py#L312 github.com/higher-tier/hue desktop/libs/aws/src/aws/conf.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/libsentry/src/libsentry/sentry_site.py#L182 github.com/higher-tier/hue desktop/libs/libsentry/src/libsentry/sentry_site.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/core/src/desktop/management/commands/config_upgrade.py#L86 github.com/higher-tier/hue desktop/core/src/desktop/management/commands/config_upgrade.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/core/src/desktop/management/commands/version.py#L32 github.com/higher-tier/hue desktop/core/src/desktop/management/commands/version.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/core/src/desktop/kt_renewer.py#L103 github.com/higher-tier/hue desktop/core/src/desktop/kt_renewer.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/indexer/src/indexer/indexers/flume.py#L166 github.com/higher-tier/hue desktop/libs/indexer/src/indexer/indexers/flume.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/indexer/src/indexer/indexers/morphline.py#L69 github.com/higher-tier/hue desktop/libs/indexer/src/indexer/indexers/morphline.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/indexer/src/indexer/indexers/envelope.py#L109 github.com/higher-tier/hue desktop/libs/indexer/src/indexer/indexers/envelope.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/indexer/src/indexer/indexers/envelope.py#L109 github.com/higher-tier/hue desktop/libs/indexer/src/indexer/indexers/envelope.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/indexer/src/indexer/indexers/envelope.py#L249 github.com/higher-tier/hue desktop/libs/indexer/src/indexer/indexers/envelope.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/indexer/src/indexer/indexers/envelope.py#L249 github.com/higher-tier/hue desktop/libs/indexer/src/indexer/indexers/envelope.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/desktop/libs/hadoop/src/hadoop/hdfs_site.py#L86 github.com/higher-tier/hue desktop/libs/hadoop/src/hadoop/hdfs_site.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/apps/hbase/src/hbase/management/commands/hbase_setup.py#L92 github.com/higher-tier/hue apps/hbase/src/hbase/management/commands/hbase_setup.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/apps/hbase/src/hbase/management/commands/hbase_setup.py#L93 github.com/higher-tier/hue apps/hbase/src/hbase/management/commands/hbase_setup.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/apps/hbase/src/hbase/management/commands/hbase_setup.py#L94 github.com/higher-tier/hue apps/hbase/src/hbase/management/commands/hbase_setup.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/apps/oozie/src/oozie/models2_tests.py#L611 github.com/higher-tier/hue apps/oozie/src/oozie/models2_tests.py
https://github.com/higher-tier/hue/blob/5012908b62ceaaf192a8893e716e810620ad7e90/apps/oozie/src/oozie/tests.py#L1402 github.com/higher-tier/hue apps/oozie/src/oozie/tests.py
https://github.com/openwisp/openwisp-users/blob/554086cabd902a45433e4f32fa155c5566a3268e/setup.py#L15 github.com/openwisp/openwisp-users setup.py
https://github.com/openwisp/openwisp-users/blob/554086cabd902a45433e4f32fa155c5566a3268e/setup.py#L49 github.com/openwisp/openwisp-users setup.py
https://github.com/django-cms/django-cms/blob/04e843337d18afe64478d09f00051ed13a49ff55/setup.py#L50 github.com/django-cms/django-cms setup.py
https://github.com/django-wiki/django-wiki/blob/c51757a8635208528f9ec8b435d6ac4a7a755ae2/src/wiki/core/http.py#L32 github.com/django-wiki/django-wiki src/wiki/core/http.py
https://github.com/django-wiki/django-wiki/blob/c51757a8635208528f9ec8b435d6ac4a7a755ae2/setup.py#L81 github.com/django-wiki/django-wiki setup.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tune/tests/test_trial_scheduler.py#L1385 github.com/ray-project/ray python/ray/tune/tests/test_trial_scheduler.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tune/tests/test_trial_scheduler.py#L1423 github.com/ray-project/ray python/ray/tune/tests/test_trial_scheduler.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_runtime_env_working_dir.py#L90 github.com/ray-project/ray python/ray/tests/test_runtime_env_working_dir.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_runtime_env_working_dir.py#L107 github.com/ray-project/ray python/ray/tests/test_runtime_env_working_dir.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_k8s_cluster_launcher.py#L87 github.com/ray-project/ray python/ray/tests/test_k8s_cluster_launcher.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_k8s_cluster_launcher.py#L32 github.com/ray-project/ray python/ray/tests/test_k8s_cluster_launcher.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/aws/utils/helpers.py#L22 github.com/ray-project/ray python/ray/tests/aws/utils/helpers.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tune/tests/test_trainable_util.py#L86 github.com/ray-project/ray python/ray/tune/tests/test_trainable_util.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_k8s_operator_unit_tests.py#L126 github.com/ray-project/ray python/ray/tests/test_k8s_operator_unit_tests.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/data/tests/util.py#L14 github.com/ray-project/ray python/ray/data/tests/util.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/data/tests/test_dataset.py#L1785 github.com/ray-project/ray python/ray/data/tests/test_dataset.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/data/tests/test_dataset.py#L1799 github.com/ray-project/ray python/ray/data/tests/test_dataset.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/data/tests/test_dataset.py#L1809 github.com/ray-project/ray python/ray/data/tests/test_dataset.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_runtime_env_complicated.py#L882 github.com/ray-project/ray python/ray/tests/test_runtime_env_complicated.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/rllib/utils/test_utils.py#L620 github.com/ray-project/ray rllib/utils/test_utils.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/rllib/utils/tf_run_builder.py#L83 github.com/ray-project/ray rllib/utils/tf_run_builder.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/serve/tests/test_fastapi.py#L288 github.com/ray-project/ray python/ray/serve/tests/test_fastapi.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_coordinator_server.py#L94 github.com/ray-project/ray python/ray/tests/test_coordinator_server.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_coordinator_server.py#L102 github.com/ray-project/ray python/ray/tests/test_coordinator_server.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_coordinator_server.py#L115 github.com/ray-project/ray python/ray/tests/test_coordinator_server.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_coordinator_server.py#L154 github.com/ray-project/ray python/ray/tests/test_coordinator_server.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_coordinator_server.py#L165 github.com/ray-project/ray python/ray/tests/test_coordinator_server.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_coordinator_server.py#L179 github.com/ray-project/ray python/ray/tests/test_coordinator_server.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/ludwig/ludwig_test_utils.py#L545 github.com/ray-project/ray python/ray/tests/ludwig/ludwig_test_utils.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/_private/utils.py#L507 github.com/ray-project/ray python/ray/_private/utils.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/_private/log_monitor.py#L247 github.com/ray-project/ray python/ray/_private/log_monitor.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/experimental/packaging/load_package.py#L66 github.com/ray-project/ray python/ray/experimental/packaging/load_package.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/experimental/packaging/load_package.py#L91 github.com/ray-project/ray python/ray/experimental/packaging/load_package.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/cluster_dump.py#L562 github.com/ray-project/ray python/ray/autoscaler/_private/cluster_dump.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/rllib/examples/serving/cartpole_server.py#L189 github.com/ray-project/ray rllib/examples/serving/cartpole_server.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/rllib/examples/serving/unity3d_server.py#L143 github.com/ray-project/ray rllib/examples/serving/unity3d_server.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/kubernetes_e2e/test_k8s_operator_basic.py#L216 github.com/ray-project/ray python/ray/tests/kubernetes_e2e/test_k8s_operator_basic.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/kubernetes_e2e/test_k8s_operator_basic.py#L222 github.com/ray-project/ray python/ray/tests/kubernetes_e2e/test_k8s_operator_basic.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/kubernetes_e2e/test_k8s_operator_basic.py#L223 github.com/ray-project/ray python/ray/tests/kubernetes_e2e/test_k8s_operator_basic.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/kubernetes_e2e/test_k8s_operator_scaling.py#L75 github.com/ray-project/ray python/ray/tests/kubernetes_e2e/test_k8s_operator_scaling.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/kubernetes_e2e/test_k8s_operator_scaling.py#L77 github.com/ray-project/ray python/ray/tests/kubernetes_e2e/test_k8s_operator_scaling.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/tests/test_autoscaling_policy.py#L171 github.com/ray-project/ray python/ray/tests/test_autoscaling_policy.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/rllib/tests/run_regression_tests.py#L84 github.com/ray-project/ray rllib/tests/run_regression_tests.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/ci/travis/py_dep_analysis_test.py#L96 github.com/ray-project/ray ci/travis/py_dep_analysis_test.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/ci/travis/py_dep_analysis_test.py#L124 github.com/ray-project/ray ci/travis/py_dep_analysis_test.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/_private/test_utils.py#L750 github.com/ray-project/ray python/ray/_private/test_utils.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/_private/runtime_env/conda_utils.py#L61 github.com/ray-project/ray python/ray/_private/runtime_env/conda_utils.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/_private/runtime_env/conda_utils.py#L61 github.com/ray-project/ray python/ray/_private/runtime_env/conda_utils.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/_private/resource_spec.py#L300 github.com/ray-project/ray python/ray/_private/resource_spec.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/local/node_provider.py#L33 github.com/ray-project/ray python/ray/autoscaler/_private/local/node_provider.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/local/node_provider.py#L90 github.com/ray-project/ray python/ray/autoscaler/_private/local/node_provider.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/local/node_provider.py#L124 github.com/ray-project/ray python/ray/autoscaler/_private/local/node_provider.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/commands.py#L183 github.com/ray-project/ray python/ray/autoscaler/_private/commands.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/commands.py#L255 github.com/ray-project/ray python/ray/autoscaler/_private/commands.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/commands.py#L334 github.com/ray-project/ray python/ray/autoscaler/_private/commands.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/commands.py#L461 github.com/ray-project/ray python/ray/autoscaler/_private/commands.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/commands.py#L944 github.com/ray-project/ray python/ray/autoscaler/_private/commands.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/commands.py#L1075 github.com/ray-project/ray python/ray/autoscaler/_private/commands.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/commands.py#L1145 github.com/ray-project/ray python/ray/autoscaler/_private/commands.py
https://github.com/ray-project/ray/blob/cea80b1a5b56cb68defd8a60fa898e248d2b2a7d/python/ray/autoscaler/_private/commands.py#L1165 github.com/ray-project/ray python/ray/autoscaler/_private/commands.py
https://github.com/saxix/django-admin-extra-urls/blob/5d2a16380af142e2e3fcd08295a0492842da38f2/docs/_ext/literals_to_xrefs.py#L42 github.com/saxix/django-admin-extra-urls docs/_ext/literals_to_xrefs.py
https://github.com/saxix/django-admin-extra-urls/blob/5d2a16380af142e2e3fcd08295a0492842da38f2/docs/_ext/literals_to_xrefs.py#L42 github.com/saxix/django-admin-extra-urls docs/_ext/literals_to_xrefs.py
https://github.com/saxix/django-admin-extra-urls/blob/5d2a16380af142e2e3fcd08295a0492842da38f2/docs/_ext/literals_to_xrefs.py#L105 github.com/saxix/django-admin-extra-urls docs/_ext/literals_to_xrefs.py
https://github.com/DadosAbertosDeFeira/maria-quiteria/blob/2c4dd2b4dfa355997fa79f429f3ec5f5e06d5db9/web/datasets/management/commands/load_tcmba_documents.py#L41 github.com/DadosAbertosDeFeira/maria-quiteria web/datasets/management/commands/load_tcmba_documents.py
https://github.com/DadosAbertosDeFeira/maria-quiteria/blob/2c4dd2b4dfa355997fa79f429f3ec5f5e06d5db9/web/datasets/tests/test_tasks.py#L286 github.com/DadosAbertosDeFeira/maria-quiteria web/datasets/tests/test_tasks.py
https://github.com/Ax3Effect/elements-nl/blob/99f4cae882c97c02e94a33fec2441e80b32d2a8f/api/tests.py#L10 github.com/Ax3Effect/elements-nl api/tests.py
https://github.com/Ax3Effect/elements-nl/blob/99f4cae882c97c02e94a33fec2441e80b32d2a8f/api/tests.py#L16 github.com/Ax3Effect/elements-nl api/tests.py
https://github.com/Ax3Effect/elements-nl/blob/99f4cae882c97c02e94a33fec2441e80b32d2a8f/api/tests.py#L22 github.com/Ax3Effect/elements-nl api/tests.py
https://github.com/Ax3Effect/elements-nl/blob/99f4cae882c97c02e94a33fec2441e80b32d2a8f/api/tests.py#L32 github.com/Ax3Effect/elements-nl api/tests.py
https://github.com/AndGem/OsmToRoadGraph/blob/06bb1773ea1bfea24b79fb7b0fd2cfa8fee2f92f/tests/integration_test.py#L39 github.com/AndGem/OsmToRoadGraph tests/integration_test.py
https://github.com/mozilla/mozilla-django-oidc/blob/95090b1709fa02d2fe084314e748ca1a8913d141/setup.py#L32 github.com/mozilla/mozilla-django-oidc setup.py
https://github.com/mozilla/mozilla-django-oidc/blob/95090b1709fa02d2fe084314e748ca1a8913d141/setup.py#L33 github.com/mozilla/mozilla-django-oidc setup.py
https://github.com/elifesciences/lax/blob/6f621da0be9183b0bf014686f7253d5f69f9b93d/src/publisher/views.py#L9 github.com/elifesciences/lax src/publisher/views.py
https://github.com/torchbox/dit_directory_cms_poc/blob/87c54dd35364c66c6f70481148ee2386c784f410/markdown_migration/wagtail_draftail_markdown/example.py#L10 github.com/torchbox/dit_directory_cms_poc markdown_migration/wagtail_draftail_markdown/example.py
https://github.com/torchbox/dit_directory_cms_poc/blob/87c54dd35364c66c6f70481148ee2386c784f410/markdown_migration/wagtail_draftail_markdown/tests/test_exports.py#L22 github.com/torchbox/dit_directory_cms_poc markdown_migration/wagtail_draftail_markdown/tests/test_exports.py
https://github.com/viewflow/viewflow/blob/2389bd379a2ab22cc277585df7c09514e273541d/setup.py#L12 github.com/viewflow/viewflow setup.py
https://github.com/almAngel/django_components/blob/3a1e05d82ba496a41ac6d9cd4188001f8efea027/slimit/minifier.py#L64 github.com/almAngel/django_components slimit/minifier.py
https://github.com/almAngel/django_components/blob/3a1e05d82ba496a41ac6d9cd4188001f8efea027/ply/cpp.py#L780 github.com/almAngel/django_components ply/cpp.py
https://github.com/almAngel/django_components/blob/3a1e05d82ba496a41ac6d9cd4188001f8efea027/ply/cpp.py#L906 github.com/almAngel/django_components ply/cpp.py
https://github.com/fabiocaccamo/django-treenode/blob/f8941c1ca6fdccebdd7616face9926eccef43d5d/setup.py#L8 github.com/fabiocaccamo/django-treenode setup.py
https://github.com/BrainBuzzer/openwisp-controller/blob/cc7e9fff22e341e614b1ca548aede5b08a12674b/setup.py#L14 github.com/BrainBuzzer/openwisp-controller setup.py
https://github.com/BrainBuzzer/openwisp-controller/blob/cc7e9fff22e341e614b1ca548aede5b08a12674b/setup.py#L43 github.com/BrainBuzzer/openwisp-controller setup.py
https://github.com/jlazic/GlogSMS/blob/03fea3715470c19c757e85adf1778fbb086bf8ba/project/settings.py#L23 github.com/jlazic/GlogSMS project/settings.py
https://github.com/amfoss/cms/blob/93120fd8c9e40375c5fc3c910220b90ef01866a1/status/management/commands/import_Messages.py#L13 github.com/amfoss/cms status/management/commands/import_Messages.py
https://github.com/angvp/django-oml/blob/65b9697da75abb12fa7f43aa47a2eef212c76bbb/setup.py#L11 github.com/angvp/django-oml setup.py
https://github.com/rq/django-rq/blob/be655f2da2361387472e13d0f97d0279bbe41a30/setup.py#L13 github.com/rq/django-rq setup.py
https://github.com/KerkhoffTechnologies/django-connectwise/blob/1810735aac521b17c589438b89ad280446c6ffd9/setup.py#L7 github.com/KerkhoffTechnologies/django-connectwise setup.py
https://github.com/HomebyTwo/homebytwo/blob/29d26ce9f5586943e3b64c95aa4ce9ea7263bd10/homebytwo/routes/tests/factories.py#L47 github.com/HomebyTwo/homebytwo homebytwo/routes/tests/factories.py
https://github.com/raksha-life/rescuekerala/blob/6257019b6dbc16bc81a51ddb6bca4056c496b110/mainapp/api_views.py#L130 github.com/raksha-life/rescuekerala mainapp/api_views.py
https://github.com/jazzband/django-silk/blob/8f8d159a4209f4c294aba16bce3b1ca5789dc2d2/setup.py#L15 github.com/jazzband/django-silk setup.py
https://github.com/commaai/panda/blob/2c419de8b0c34d1985cf7f952594e5b6f7d6477f/python/__init__.py#L394 github.com/commaai/panda python/__init__.py
https://github.com/commaai/panda/blob/2c419de8b0c34d1985cf7f952594e5b6f7d6477f/crypto/sign.py#L12 github.com/commaai/panda crypto/sign.py
https://github.com/commaai/panda/blob/2c419de8b0c34d1985cf7f952594e5b6f7d6477f/tests/pedal/enter_canloader.py#L30 github.com/commaai/panda tests/pedal/enter_canloader.py
https://github.com/openstax/openstax-cms/blob/007db1a59523f5022150de522b76093f7e70719e/books/tests.py#L37 github.com/openstax/openstax-cms books/tests.py
https://github.com/openstax/openstax-cms/blob/007db1a59523f5022150de522b76093f7e70719e/errata/tests.py#L33 github.com/openstax/openstax-cms errata/tests.py
https://github.com/DefectDojo/django-DefectDojo/blob/f9b802abb659a14b12ad83f28c5b68dead267dc4/tests/base_test_class.py#L25 github.com/DefectDojo/django-DefectDojo tests/base_test_class.py
https://github.com/DefectDojo/django-DefectDojo/blob/f9b802abb659a14b12ad83f28c5b68dead267dc4/dojo/management/commands/import_surveys.py#L31 github.com/DefectDojo/django-DefectDojo dojo/management/commands/import_surveys.py
https://github.com/DefectDojo/django-DefectDojo/blob/f9b802abb659a14b12ad83f28c5b68dead267dc4/dojo/decorators.py#L155 github.com/DefectDojo/django-DefectDojo dojo/decorators.py
https://github.com/niti15/baby/blob/74c6dab8243a9b69c41e76d1025b5592969bfc20/babybuddy/apps.py#L19 github.com/niti15/baby babybuddy/apps.py
https://github.com/uktrade/lite-api/blob/8cb7b6032a876c3001db0082077244d6017b96b6/api/staticdata/management/commands/coverage.py#L64 github.com/uktrade/lite-api api/staticdata/management/commands/coverage.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/parsing/vault/test_vault_editor.py#L201 github.com/ansible/ansible test/units/parsing/vault/test_vault_editor.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/parsing/vault/test_vault_editor.py#L206 github.com/ansible/ansible test/units/parsing/vault/test_vault_editor.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/parsing/vault/test_vault_editor.py#L342 github.com/ansible/ansible test/units/parsing/vault/test_vault_editor.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/parsing/vault/test_vault_editor.py#L370 github.com/ansible/ansible test/units/parsing/vault/test_vault_editor.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/parsing/vault/test_vault_editor.py#L402 github.com/ansible/ansible test/units/parsing/vault/test_vault_editor.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/lib/ansible/modules/service.py#L1381 github.com/ansible/ansible lib/ansible/modules/service.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/lib/ansible/modules/async_wrapper.py#L72 github.com/ansible/ansible lib/ansible/modules/async_wrapper.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/hardware/linux_data.py#L371 github.com/ansible/ansible test/units/module_utils/facts/hardware/linux_data.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/hardware/linux_data.py#L384 github.com/ansible/ansible test/units/module_utils/facts/hardware/linux_data.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/hardware/linux_data.py#L402 github.com/ansible/ansible test/units/module_utils/facts/hardware/linux_data.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/hardware/linux_data.py#L420 github.com/ansible/ansible test/units/module_utils/facts/hardware/linux_data.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/hardware/linux_data.py#L438 github.com/ansible/ansible test/units/module_utils/facts/hardware/linux_data.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/hardware/linux_data.py#L460 github.com/ansible/ansible test/units/module_utils/facts/hardware/linux_data.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/hardware/linux_data.py#L473 github.com/ansible/ansible test/units/module_utils/facts/hardware/linux_data.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/hardware/linux_data.py#L495 github.com/ansible/ansible test/units/module_utils/facts/hardware/linux_data.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/hardware/linux_data.py#L508 github.com/ansible/ansible test/units/module_utils/facts/hardware/linux_data.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/hardware/linux_data.py#L531 github.com/ansible/ansible test/units/module_utils/facts/hardware/linux_data.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/hardware/linux_data.py#L570 github.com/ansible/ansible test/units/module_utils/facts/hardware/linux_data.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/system/distribution/test_parse_distribution_file_Slackware.py#L24 github.com/ansible/ansible test/units/module_utils/facts/system/distribution/test_parse_distribution_file_Slackware.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/system/distribution/test_parse_distribution_file_ClearLinux.py#L24 github.com/ansible/ansible test/units/module_utils/facts/system/distribution/test_parse_distribution_file_ClearLinux.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/test/units/module_utils/facts/system/distribution/test_parse_distribution_file_ClearLinux.py#L46 github.com/ansible/ansible test/units/module_utils/facts/system/distribution/test_parse_distribution_file_ClearLinux.py
https://github.com/ansible/ansible/blob/bc5672d9ba2d30f8f96e135079f412659350c574/hacking/azp/download.py#L227 github.com/ansible/ansible hacking/azp/download.py
https://github.com/scrapy/scrapy/blob/9dd77b42b5485856c7647c699c80532f5db2e5b6/setup.py#L66 github.com/scrapy/scrapy setup.py
https://github.com/scrapy/scrapy/blob/9dd77b42b5485856c7647c699c80532f5db2e5b6/tests/test_commands.py#L482 github.com/scrapy/scrapy tests/test_commands.py
https://github.com/scrapy/scrapy/blob/9dd77b42b5485856c7647c699c80532f5db2e5b6/tests/test_commands.py#L489 github.com/scrapy/scrapy tests/test_commands.py
https://github.com/scrapy/scrapy/blob/9dd77b42b5485856c7647c699c80532f5db2e5b6/tests/test_commands.py#L529 github.com/scrapy/scrapy tests/test_commands.py
https://github.com/scrapy/scrapy/blob/9dd77b42b5485856c7647c699c80532f5db2e5b6/tests/test_commands.py#L537 github.com/scrapy/scrapy tests/test_commands.py
https://github.com/scrapy/scrapy/blob/9dd77b42b5485856c7647c699c80532f5db2e5b6/tests/test_commands.py#L544 github.com/scrapy/scrapy tests/test_commands.py
https://github.com/MTG/freesound/blob/9db0a08ef00619ee7b904c1ef47c5ae862a53076/accounts/views.py#L620 github.com/MTG/freesound accounts/views.py
https://github.com/MTG/freesound/blob/9db0a08ef00619ee7b904c1ef47c5ae862a53076/accounts/views.py#L1197 github.com/MTG/freesound accounts/views.py
https://github.com/uktrade/directory-components/blob/f5f52ceeecd2975bff07d1bd3afa7a84046fdd50/setup.py#L12 github.com/uktrade/directory-components setup.py
https://github.com/jamesturk/django-markupfield/blob/e7e7b6e0d23ec887731f6b0372fa4b37e2ec755d/setup.py#L3 github.com/jamesturk/django-markupfield setup.py
https://github.com/getsentry/sentry/blob/bdae0c34b042467f15dd73d9da5fb8749dc59a58/tests/sentry/smtp/tests.py#L8 github.com/getsentry/sentry tests/sentry/smtp/tests.py
https://github.com/getsentry/sentry/blob/bdae0c34b042467f15dd73d9da5fb8749dc59a58/setup.py#L102 github.com/getsentry/sentry setup.py
https://github.com/learningequality/design2align-backend/blob/f3cc7867d1a9ce63fd46e9acd84d39b1c2925289/alignmentpro/importing/management/commands/import_khan_academy.py#L121 github.com/learningequality/design2align-backend alignmentpro/importing/management/commands/import_khan_academy.py
https://github.com/learningequality/design2align-backend/blob/f3cc7867d1a9ce63fd46e9acd84d39b1c2925289/alignmentpro/alignmentapp/models.py#L209 github.com/learningequality/design2align-backend alignmentpro/alignmentapp/models.py
https://github.com/learningequality/design2align-backend/blob/f3cc7867d1a9ce63fd46e9acd84d39b1c2925289/alignmentpro/alignmentapp/models.py#L209 github.com/learningequality/design2align-backend alignmentpro/alignmentapp/models.py
https://github.com/globocom/vault/blob/10be98808a37dad4b75dddc302557ecb6ef1b8b4/setup.py#L11 github.com/globocom/vault setup.py
https://github.com/domdinicola/sharepoint-rest-api/blob/81acc258b4fb7cd5d4f50ca0c4a91bdb27ff12a6/docs/_ext/literals_to_xrefs.py#L42 github.com/domdinicola/sharepoint-rest-api docs/_ext/literals_to_xrefs.py
https://github.com/domdinicola/sharepoint-rest-api/blob/81acc258b4fb7cd5d4f50ca0c4a91bdb27ff12a6/docs/_ext/literals_to_xrefs.py#L42 github.com/domdinicola/sharepoint-rest-api docs/_ext/literals_to_xrefs.py
https://github.com/domdinicola/sharepoint-rest-api/blob/81acc258b4fb7cd5d4f50ca0c4a91bdb27ff12a6/docs/_ext/literals_to_xrefs.py#L105 github.com/domdinicola/sharepoint-rest-api docs/_ext/literals_to_xrefs.py
https://github.com/frictionlessdata/schema-collaboration/blob/c84ff71129bca45171946328da66b4b980b42e1a/SchemaCollaboration/datapackage_to_documentation/main.py#L64 github.com/frictionlessdata/schema-collaboration SchemaCollaboration/datapackage_to_documentation/main.py
https://github.com/Apakottur/shpyx/blob/8deb5917eb0df7bfe5e43933cb5763ae1f6378aa/setup.py#L10 github.com/Apakottur/shpyx setup.py
https://github.com/fabiocaccamo/django-maintenance-mode/blob/36f4aa85608853b2e9efbaceb91dc29efadc3e89/setup.py#L8 github.com/fabiocaccamo/django-maintenance-mode setup.py
https://github.com/django-cms/django-filer/blob/35e0353006c06d48d36cb6c6ce58bec7507dd124/filer/server/backends/default.py#L30 github.com/django-cms/django-filer filer/server/backends/default.py
https://github.com/django-cms/django-filer/blob/35e0353006c06d48d36cb6c6ce58bec7507dd124/setup.py#L53 github.com/django-cms/django-filer setup.py
https://github.com/richardARPANET/django-haystack/blob/90b98803a94cb30b8f2e57f938cecc79f85c18b7/setup.py#L37 github.com/richardARPANET/django-haystack setup.py
https://github.com/uktrade/directory-tests/blob/5aabf7bb0e923fd9afccdc99a0f1be90e7cce111/tests/functional/utils/generic.py#L420 github.com/uktrade/directory-tests tests/functional/utils/generic.py
https://github.com/uktrade/directory-tests/blob/5aabf7bb0e923fd9afccdc99a0f1be90e7cce111/directory_tests_shared/setup.py#L15 github.com/uktrade/directory-tests directory_tests_shared/setup.py
https://github.com/uktrade/directory-tests/blob/5aabf7bb0e923fd9afccdc99a0f1be90e7cce111/directory_tests_shared/setup.py#L20 github.com/uktrade/directory-tests directory_tests_shared/setup.py
https://github.com/Sigil-Ebook/Sigil/blob/15305546504103067f811a7e6ec9bbd247774b1b/src/Resource_Files/python3lib/repomanager.py#L618 github.com/Sigil-Ebook/Sigil src/Resource_Files/python3lib/repomanager.py
https://github.com/Sigil-Ebook/Sigil/blob/15305546504103067f811a7e6ec9bbd247774b1b/src/Resource_Files/python3lib/repomanager.py#L622 github.com/Sigil-Ebook/Sigil src/Resource_Files/python3lib/repomanager.py
https://github.com/Sigil-Ebook/Sigil/blob/15305546504103067f811a7e6ec9bbd247774b1b/src/Resource_Files/python3lib/repomanager.py#L636 github.com/Sigil-Ebook/Sigil src/Resource_Files/python3lib/repomanager.py
https://github.com/Sigil-Ebook/Sigil/blob/15305546504103067f811a7e6ec9bbd247774b1b/src/Resource_Files/python3lib/repomanager.py#L640 github.com/Sigil-Ebook/Sigil src/Resource_Files/python3lib/repomanager.py
https://github.com/Sigil-Ebook/Sigil/blob/15305546504103067f811a7e6ec9bbd247774b1b/src/Resource_Files/plugin_launchers/python/sigil_bs4/diagnose.py#L59 github.com/Sigil-Ebook/Sigil src/Resource_Files/plugin_launchers/python/sigil_bs4/diagnose.py
https://github.com/Sigil-Ebook/Sigil/blob/15305546504103067f811a7e6ec9bbd247774b1b/src/Resource_Files/plugin_launchers/python/sigil_bs4/diagnose.py#L59 github.com/Sigil-Ebook/Sigil src/Resource_Files/plugin_launchers/python/sigil_bs4/diagnose.py
https://github.com/django-tastypie/django-tastypie/blob/433ef58c5a61a6db2873c154eb34e5b334709ac1/setup.py#L21 github.com/django-tastypie/django-tastypie setup.py
https://github.com/ramusus/django-instagram-api/blob/5fd4f2f1165259d14ee8fb359fb3dc488ed171c2/setup.py#L9 github.com/ramusus/django-instagram-api setup.py
https://github.com/alexandrenorman/mixeur/blob/95d21cd6036a99c5f399b700a5426e9e2e17e878/white_labelling/helpers/traefik_configuration.py#L50 github.com/alexandrenorman/mixeur white_labelling/helpers/traefik_configuration.py
https://github.com/alexandrenorman/mixeur/blob/95d21cd6036a99c5f399b700a5426e9e2e17e878/messaging/helpers.py#L370 github.com/alexandrenorman/mixeur messaging/helpers.py
https://github.com/alexandrenorman/mixeur/blob/95d21cd6036a99c5f399b700a5426e9e2e17e878/messaging/helpers.py#L392 github.com/alexandrenorman/mixeur messaging/helpers.py
https://github.com/alexandrenorman/mixeur/blob/95d21cd6036a99c5f399b700a5426e9e2e17e878/territories/management/commands/update_communes_postcode.py#L18 github.com/alexandrenorman/mixeur territories/management/commands/update_communes_postcode.py
https://github.com/submarcos/django-vectortiles/blob/d241e82919078d41818d4ff5bed14fe7901db8b3/doc/conf.py#L25 github.com/submarcos/django-vectortiles doc/conf.py
https://github.com/submarcos/django-vectortiles/blob/d241e82919078d41818d4ff5bed14fe7901db8b3/setup.py#L8 github.com/submarcos/django-vectortiles setup.py
https://github.com/submarcos/django-vectortiles/blob/d241e82919078d41818d4ff5bed14fe7901db8b3/setup.py#L9 github.com/submarcos/django-vectortiles setup.py
https://github.com/submarcos/django-vectortiles/blob/d241e82919078d41818d4ff5bed14fe7901db8b3/setup.py#L20 github.com/submarcos/django-vectortiles setup.py
https://github.com/uktrade/directory-api-client/blob/a7be7f4a9fd43424c54274511d4dbb8aabfe217f/setup.py#L11 github.com/uktrade/directory-api-client setup.py
https://github.com/SmileyChris/django-countries/blob/62ed634f2e96ea734416c07f4034f4f37b13e706/django_countries/makesprite.py#L28 github.com/SmileyChris/django-countries django_countries/makesprite.py
https://github.com/SmileyChris/django-countries/blob/62ed634f2e96ea734416c07f4034f4f37b13e706/django_countries/makesprite.py#L29 github.com/SmileyChris/django-countries django_countries/makesprite.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/lite/experimental/acceleration/mini_benchmark/metrics/blazeface_metrics.py#L115 github.com/tensorflow/tensorflow tensorflow/lite/experimental/acceleration/mini_benchmark/metrics/blazeface_metrics.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/lite/experimental/acceleration/mini_benchmark/metrics/mobilenet.py#L59 github.com/tensorflow/tensorflow tensorflow/lite/experimental/acceleration/mini_benchmark/metrics/mobilenet.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/python/training/input_test.py#L51 github.com/tensorflow/tensorflow tensorflow/python/training/input_test.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/compatibility/tf_upgrade_v2_test.py#L2401 github.com/tensorflow/tensorflow tensorflow/tools/compatibility/tf_upgrade_v2_test.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/compatibility/tf_upgrade_v2_test.py#L2414 github.com/tensorflow/tensorflow tensorflow/tools/compatibility/tf_upgrade_v2_test.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/compatibility/tf_upgrade_v2_test.py#L2426 github.com/tensorflow/tensorflow tensorflow/tools/compatibility/tf_upgrade_v2_test.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/compatibility/tf_upgrade_test.py#L146 github.com/tensorflow/tensorflow tensorflow/tools/compatibility/tf_upgrade_test.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/compatibility/tf_upgrade.py#L247 github.com/tensorflow/tensorflow tensorflow/tools/compatibility/tf_upgrade.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/tensorflow_builder/config_detector/data/cuda_compute_capability.py#L178 github.com/tensorflow/tensorflow tensorflow/tools/tensorflow_builder/config_detector/data/cuda_compute_capability.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/build_info/gen_build_info.py#L83 github.com/tensorflow/tensorflow tensorflow/tools/build_info/gen_build_info.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/git/gen_git_source.py#L98 github.com/tensorflow/tensorflow tensorflow/tools/git/gen_git_source.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/git/gen_git_source.py#L53 github.com/tensorflow/tensorflow tensorflow/tools/git/gen_git_source.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/git/gen_git_source.py#L99 github.com/tensorflow/tensorflow tensorflow/tools/git/gen_git_source.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/git/gen_git_source.py#L114 github.com/tensorflow/tensorflow tensorflow/tools/git/gen_git_source.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/git/gen_git_source.py#L120 github.com/tensorflow/tensorflow tensorflow/tools/git/gen_git_source.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/tools/git/gen_git_source.py#L223 github.com/tensorflow/tensorflow tensorflow/tools/git/gen_git_source.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/lite/schema/upgrade_schema_test.py#L290 github.com/tensorflow/tensorflow tensorflow/lite/schema/upgrade_schema_test.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/lite/schema/upgrade_schema_test.py#L291 github.com/tensorflow/tensorflow tensorflow/lite/schema/upgrade_schema_test.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/lite/toco/python/toco_from_protos.py#L53 github.com/tensorflow/tensorflow tensorflow/lite/toco/python/toco_from_protos.py
https://github.com/tensorflow/tensorflow/blob/ad77ca7d07ee05d9f656edcf082d39d4bbd78114/tensorflow/python/ops/ragged/ragged_print_op_test.py#L121 github.com/tensorflow/tensorflow tensorflow/python/ops/ragged/ragged_print_op_test.py
https://github.com/uktrade/directory-forms-api-client/blob/77426c94bd1138f90cc9311685ab49da83ea26cc/setup.py#L15 github.com/uktrade/directory-forms-api-client setup.py
https://github.com/nova-labs/meetup2apricot/blob/5b30c13e4b5873f121d9e6e89d8ab9d0c17dcef9/tests/test_photo_uploader.py#L53 github.com/nova-labs/meetup2apricot tests/test_photo_uploader.py
https://github.com/bernardopires/django-tenant-schemas/blob/f4c508a6d08301917b7e4a75e1101644eca9f15d/setup.py#L15 github.com/bernardopires/django-tenant-schemas setup.py
https://github.com/jazzband/sorl-thumbnail/blob/4fcb55df2cbebb0464c9de6c00e3d089273d687a/setup.py#L7 github.com/jazzband/sorl-thumbnail setup.py
https://github.com/django-extensions/django-extensions/blob/f67ff680cd6d7264cdce05309b537ac2e1ee4a70/tests/management/commands/test_pipchecker.py#L121 github.com/django-extensions/django-extensions tests/management/commands/test_pipchecker.py
https://github.com/django-extensions/django-extensions/blob/f67ff680cd6d7264cdce05309b537ac2e1ee4a70/tests/management/commands/test_create_jobs.py#L68 github.com/django-extensions/django-extensions tests/management/commands/test_create_jobs.py
https://github.com/django-extensions/django-extensions/blob/f67ff680cd6d7264cdce05309b537ac2e1ee4a70/django_extensions/management/modelviz.py#L53 github.com/django-extensions/django-extensions django_extensions/management/modelviz.py
https://github.com/pretalx/pretalx/blob/5761e1c9a31b5833e3023fa751b3c172145017cf/src/tests/agenda/test_agenda_schedule_export.py#L350 github.com/pretalx/pretalx src/tests/agenda/test_agenda_schedule_export.py
https://github.com/omab/django-social-auth/blob/699571a3b6d84aa2c25ffce59daa4c7f3559a0e4/setup.py#L23 github.com/omab/django-social-auth setup.py
https://github.com/stephenmcd/django-socketio/blob/b704f912551829a3bcf15872ba0e1baf81dea106/setup.py#L12 github.com/stephenmcd/django-socketio setup.py
https://github.com/fabiocaccamo/django-colorfield/blob/a4c6e9373460e9c091a185ed0b26a18251276e8a/setup.py#L8 github.com/fabiocaccamo/django-colorfield setup.py
https://github.com/graphql-python/graphene-django/blob/775644b5369bdc5fbb45d3535ae391a069ebf9d4/setup.py#L39 github.com/graphql-python/graphene-django setup.py
https://github.com/richtier/django/blob/300e8baf9429dbf1c5dff478558d793638dc2f54/django/contrib/admindocs/views.py#L306 github.com/richtier/django django/contrib/admindocs/views.py
https://github.com/Fantomas42/django-blog-zinnia/blob/881101a9d1d455b2fc581d6f4ae0947cdd8126c6/setup.py#L12 github.com/Fantomas42/django-blog-zinnia setup.py
https://github.com/Fantomas42/django-blog-zinnia/blob/881101a9d1d455b2fc581d6f4ae0947cdd8126c6/setup.py#L13 github.com/Fantomas42/django-blog-zinnia setup.py
https://github.com/fabiocaccamo/django-freeze/blob/9e09583fdf91a9744b0fe84e66983750496f2ee2/setup.py#L5 github.com/fabiocaccamo/django-freeze setup.py
https://github.com/django-helpdesk/django-helpdesk/blob/075cdd4cdb93b3462ed11e7ecc27ffb5a4ecceaf/demo/setup.py#L15 github.com/django-helpdesk/django-helpdesk demo/setup.py
https://github.com/grnet/ganetimgr/blob/314173e7f0b7001174fb77fcb6bf679d4d33012b/ganeti/views/graphs.py#L63 github.com/grnet/ganetimgr ganeti/views/graphs.py
https://github.com/jazzband/django-axes/blob/e48e5aefd1a1d8807f896f5f3da1b7d084a5ce8f/setup.py#L10 github.com/jazzband/django-axes setup.py
https://github.com/jazzband/django-axes/blob/e48e5aefd1a1d8807f896f5f3da1b7d084a5ce8f/setup.py#L11 github.com/jazzband/django-axes setup.py
https://github.com/azavea/django-queryset-csv/blob/c4b546b758df698d58653855f68d42854c257ba7/setup.py#L7 github.com/azavea/django-queryset-csv setup.py
https://github.com/uktrade/directory-constants/blob/57469573eb6d3ce38543ba2fac389c9a4a88f58c/setup.py#L15 github.com/uktrade/directory-constants setup.py
https://github.com/akvo/akvo-rsr/blob/022bebbc69e9e1d5f25dc111aeaca32cabe1c589/akvo/rsr/tests/iati_checks/test_iati_checks.py#L110 github.com/akvo/akvo-rsr akvo/rsr/tests/iati_checks/test_iati_checks.py
https://github.com/akvo/akvo-rsr/blob/022bebbc69e9e1d5f25dc111aeaca32cabe1c589/akvo/rsr/tests/iati_export/test_iati_org_export.py#L68 github.com/akvo/akvo-rsr akvo/rsr/tests/iati_export/test_iati_org_export.py
https://github.com/akvo/akvo-rsr/blob/022bebbc69e9e1d5f25dc111aeaca32cabe1c589/akvo/rsr/tests/iati_export/test_iati_org_export.py#L78 github.com/akvo/akvo-rsr akvo/rsr/tests/iati_export/test_iati_org_export.py
https://github.com/akvo/akvo-rsr/blob/022bebbc69e9e1d5f25dc111aeaca32cabe1c589/akvo/rsr/tests/iati_export/test_iati_export.py#L99 github.com/akvo/akvo-rsr akvo/rsr/tests/iati_export/test_iati_export.py
https://github.com/akvo/akvo-rsr/blob/022bebbc69e9e1d5f25dc111aeaca32cabe1c589/akvo/rsr/tests/iati_export/test_iati_export.py#L304 github.com/akvo/akvo-rsr akvo/rsr/tests/iati_export/test_iati_export.py
https://github.com/akvo/akvo-rsr/blob/022bebbc69e9e1d5f25dc111aeaca32cabe1c589/akvo/rsr/tests/iati_export/test_iati_export.py#L787 github.com/akvo/akvo-rsr akvo/rsr/tests/iati_export/test_iati_export.py
https://github.com/akvo/akvo-rsr/blob/022bebbc69e9e1d5f25dc111aeaca32cabe1c589/akvo/rsr/tests/iati_export/test_iati_export.py#L907 github.com/akvo/akvo-rsr akvo/rsr/tests/iati_export/test_iati_export.py
https://github.com/akvo/akvo-rsr/blob/022bebbc69e9e1d5f25dc111aeaca32cabe1c589/akvo/rsr/tests/iati_export/test_iati_export.py#L947 github.com/akvo/akvo-rsr akvo/rsr/tests/iati_export/test_iati_export.py
https://github.com/fastlmm/FaST-LMM/blob/d1fdad820ebb80329b39cedf8e599ef33230487e/fastlmm/pyplink/snpset/SnpsFromFile.py#L53 github.com/fastlmm/FaST-LMM fastlmm/pyplink/snpset/SnpsFromFile.py
https://github.com/fastlmm/FaST-LMM/blob/d1fdad820ebb80329b39cedf8e599ef33230487e/fastlmm/association/FastLmmSet.py#L1216 github.com/fastlmm/FaST-LMM fastlmm/association/FastLmmSet.py
https://github.com/fastlmm/FaST-LMM/blob/d1fdad820ebb80329b39cedf8e599ef33230487e/fastlmm/association/FastLmmSetLOOC.py#L29 github.com/fastlmm/FaST-LMM fastlmm/association/FastLmmSetLOOC.py
https://github.com/rmaceissoft/django-user-metrics/blob/eab89f402c3cf60ce802df2011ca3f77571079f5/setup.py#L5 github.com/rmaceissoft/django-user-metrics setup.py
https://github.com/GovReady/govready-q/blob/4869870a10324b5bfaa54b48ba040ed636cafeb6/siteapp/settings.py#L36 github.com/GovReady/govready-q siteapp/settings.py
https://github.com/python-social-auth/social-app-django/blob/b9c6f2c2e818918833f451002c2eea781fd6d637/setup.py#L19 github.com/python-social-auth/social-app-django setup.py
https://github.com/python-social-auth/social-app-django/blob/b9c6f2c2e818918833f451002c2eea781fd6d637/setup.py#L23 github.com/python-social-auth/social-app-django setup.py
https://github.com/uktrade/directory-signature-auth/blob/6ca5784645bbfea38835d610941ecd489b1878d5/setup.py#L15 github.com/uktrade/directory-signature-auth setup.py
https://github.com/dabapps/django-log-request-id/blob/f6ef96ff8a88d43a37f045aee4e2a065f4c1cc9f/setup.py#L31 github.com/dabapps/django-log-request-id setup.py
https://github.com/pytorch/pytorch/blob/a49f2412e49b589203b0e984b1ddbb81498d8cae/tools/generate_torch_version.py#L16 github.com/pytorch/pytorch tools/generate_torch_version.py
https://github.com/KochergaClub/core/blob/dd1b3043ec736f04a51c89e9b7858ce5a62a4273/backend/kocherga/ludwig/lft.py#L8 github.com/KochergaClub/core backend/kocherga/ludwig/lft.py
https://github.com/KochergaClub/core/blob/dd1b3043ec736f04a51c89e9b7858ce5a62a4273/backend/kocherga/ratio/content.py#L17 github.com/KochergaClub/core backend/kocherga/ratio/content.py
https://github.com/KochergaClub/core/blob/dd1b3043ec736f04a51c89e9b7858ce5a62a4273/backend/kocherga/templater/models.py#L30 github.com/KochergaClub/core backend/kocherga/templater/models.py
https://github.com/gnud/python-to-android-db/blob/34f9c2fed3f97db785a49cadd63be87b6e88b876/databuilder/management/commands/toandroid.py#L62 github.com/gnud/python-to-android-db databuilder/management/commands/toandroid.py
https://github.com/dabapps/django-zen-queries/blob/233365399d3f22fd1c9b175fce040563cd90753a/setup.py#L27 github.com/dabapps/django-zen-queries setup.py
https://github.com/jawsper/feedreader/blob/b2b4d8151a786c822e1b59e93d2d8e8959cd210d/app/feedreader/functions/__init__.py#L154 github.com/jawsper/feedreader app/feedreader/functions/__init__.py
https://github.com/jawsper/feedreader/blob/b2b4d8151a786c822e1b59e93d2d8e8959cd210d/app/feedreader/settings/production.py#L16 github.com/jawsper/feedreader app/feedreader/settings/production.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/integration/test_with_cache.py#L135 github.com/TrangPham/django-admin-confirm admin_confirm/tests/integration/test_with_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/integration/test_with_cache.py#L174 github.com/TrangPham/django-admin-confirm admin_confirm/tests/integration/test_with_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/integration/test_with_s3_storage.py#L106 github.com/TrangPham/django-admin-confirm admin_confirm/tests/integration/test_with_s3_storage.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/integration/test_with_s3_storage.py#L155 github.com/TrangPham/django-admin-confirm admin_confirm/tests/integration/test_with_s3_storage.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_cache.py#L143 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_cache.py#L148 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_cache.py#L219 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_cache.py#L224 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_cache.py#L243 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_file_cache.py#L6 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_file_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_fieldsets.py#L106 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_fieldsets.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_fieldsets.py#L111 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_fieldsets.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_fieldsets.py#L130 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_fieldsets.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_fieldsets.py#L135 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_fieldsets.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirm_save_actions.py#L143 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirm_save_actions.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirm_save_actions.py#L148 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirm_save_actions.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirm_save_actions.py#L211 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirm_save_actions.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirm_save_actions.py#L216 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirm_save_actions.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirm_save_actions.py#L237 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirm_save_actions.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_using_file_cache.py#L40 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_using_file_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_using_file_cache.py#L45 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_using_file_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_using_file_cache.py#L60 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_using_file_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_using_file_cache.py#L135 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_using_file_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_using_file_cache.py#L273 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_using_file_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_using_file_cache.py#L339 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_using_file_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_using_file_cache.py#L518 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_using_file_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/tests/unit/test_confirmation_using_file_cache.py#L780 github.com/TrangPham/django-admin-confirm admin_confirm/tests/unit/test_confirmation_using_file_cache.py
https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/setup.py#L6 github.com/TrangPham/django-admin-confirm setup.py
https://github.com/TheAlgorithms/Python/blob/7423875cef469c57abdb2be2c2b1b39490141d89/project_euler/problem_089/sol1.py#L128 github.com/TheAlgorithms/Python project_euler/problem_089/sol1.py
https://github.com/healthchecks/healthchecks/blob/622755f7aa31272480525f1934804383da415c7d/hc/front/management/commands/render_docs.py#L35 github.com/healthchecks/healthchecks hc/front/management/commands/render_docs.py
https://github.com/healthchecks/healthchecks/blob/622755f7aa31272480525f1934804383da415c7d/hc/front/management/commands/pygmentize.py#L8 github.com/healthchecks/healthchecks hc/front/management/commands/pygmentize.py
https://github.com/PostHog/posthog/blob/04f19e42eb27fd92517d21ccfa82e53c3eee4401/posthog/management/commands/partition.py#L9 github.com/PostHog/posthog posthog/management/commands/partition.py
https://github.com/PostHog/posthog/blob/04f19e42eb27fd92517d21ccfa82e53c3eee4401/ee/management/commands/create_ch_migration.py#L36 github.com/PostHog/posthog ee/management/commands/create_ch_migration.py
https://github.com/strickvl/pdfsplitter/blob/ef651c8caf38620c13f75d66eca63e0d5e0b8fb6/setup.py#L39 github.com/strickvl/pdfsplitter setup.py
https://github.com/whatsthehubbub/rippleeffect/blob/f33488e7a0dbeaadee5da5ddef7ce5f209fb3fd4/fabfile/base.py#L36 github.com/whatsthehubbub/rippleeffect fabfile/base.py
https://github.com/devartis/django-simple-faq/blob/2bf4926915d285e6190e9cc4faaa17c133839a72/setup.py#L7 github.com/devartis/django-simple-faq setup.py
https://github.com/devartis/django-simple-faq/blob/2bf4926915d285e6190e9cc4faaa17c133839a72/setup.py#L43 github.com/devartis/django-simple-faq setup.py
https://github.com/devartis/django-simple-faq/blob/2bf4926915d285e6190e9cc4faaa17c133839a72/setup.py#L45 github.com/devartis/django-simple-faq setup.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/CommonScripts/Scripts/ReadFile/ReadFile.py#L8 github.com/demisto/content Packs/CommonScripts/Scripts/ReadFile/ReadFile.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/WinRM/Integrations/WindowsRemoteManagement/WindowsRemoteManagement.py#L115 github.com/demisto/content Packs/WinRM/Integrations/WindowsRemoteManagement/WindowsRemoteManagement.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/UnifiVideoNVR/Integrations/UnifiVideo/UnifiVideo.py#L43 github.com/demisto/content Packs/UnifiVideoNVR/Integrations/UnifiVideo/UnifiVideo.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/UnifiVideoNVR/Integrations/UnifiVideo/UnifiVideo.py#L70 github.com/demisto/content Packs/UnifiVideoNVR/Integrations/UnifiVideo/UnifiVideo.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/UnifiVideoNVR/Integrations/UnifiVideo/UnifiVideo.py#L82 github.com/demisto/content Packs/UnifiVideoNVR/Integrations/UnifiVideo/UnifiVideo.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/UnifiVideoNVR/Integrations/UnifiVideo/UnifiVideo.py#L111 github.com/demisto/content Packs/UnifiVideoNVR/Integrations/UnifiVideo/UnifiVideo.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/UnifiVideoNVR/Integrations/UnifiVideo/UnifiVideo.py#L161 github.com/demisto/content Packs/UnifiVideoNVR/Integrations/UnifiVideo/UnifiVideo.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/GuardiCore/Integrations/GuardiCoreV2/GuardiCoreV2_test.py#L306 github.com/demisto/content Packs/GuardiCore/Integrations/GuardiCoreV2/GuardiCoreV2_test.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/ComputerVisionEngine/Integrations/ComputerVisionEngine/ComputerVisionEngine.py#L22 github.com/demisto/content Packs/ComputerVisionEngine/Integrations/ComputerVisionEngine/ComputerVisionEngine.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/ComputerVisionEngine/Integrations/ComputerVisionEngine/ComputerVisionEngine.py#L34 github.com/demisto/content Packs/ComputerVisionEngine/Integrations/ComputerVisionEngine/ComputerVisionEngine.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/ComputerVisionEngine/Integrations/ComputerVisionEngine/ComputerVisionEngine.py#L139 github.com/demisto/content Packs/ComputerVisionEngine/Integrations/ComputerVisionEngine/ComputerVisionEngine.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/ThreatConnect/Integrations/ThreatConnect_v2/ThreatConnect_v2.py#L2141 github.com/demisto/content Packs/ThreatConnect/Integrations/ThreatConnect_v2/ThreatConnect_v2.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/ThreatConnect/Integrations/ThreatConnect/ThreatConnect.py#L1693 github.com/demisto/content Packs/ThreatConnect/Integrations/ThreatConnect/ThreatConnect.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/Pcysys/Integrations/Pcysys/Pcysys_test.py#L9 github.com/demisto/content Packs/Pcysys/Integrations/Pcysys/Pcysys_test.py
https://github.com/demisto/content/blob/f829f445ca8ad1c3e0b6bb63acedb06b2276db3b/Packs/TrendMicroDeepSecurity/Integrations/TrendMicroDeepSecurity/TrendMicroDeepSecurity_test.py#L10 github.com/demisto/content Packs/TrendMicroDeepSecurity/Integrations/TrendMicroDeepSecurity/TrendMicroDeepSecurity_test.py
https://github.com/wradlib/wradlib/blob/29eb09806a348cf0ab0f9eb439765c926a5e63ac/wradlib/tests/test_io.py#L145 github.com/wradlib/wradlib wradlib/tests/test_io.py
https://github.com/edx/edx-platform/blob/e5a9ddcd87f65d8d9cf613681e6ab8e9e7d2206a/pavelib/paver_tests/test_pii_check.py#L47 github.com/edx/edx-platform pavelib/paver_tests/test_pii_check.py
https://github.com/edx/edx-platform/blob/e5a9ddcd87f65d8d9cf613681e6ab8e9e7d2206a/pavelib/paver_tests/test_pii_check.py#L74 github.com/edx/edx-platform pavelib/paver_tests/test_pii_check.py
https://github.com/edx/edx-platform/blob/e5a9ddcd87f65d8d9cf613681e6ab8e9e7d2206a/cms/djangoapps/contentstore/views/tests/test_import_export.py#L864 github.com/edx/edx-platform cms/djangoapps/contentstore/views/tests/test_import_export.py
https://github.com/edx/edx-platform/blob/e5a9ddcd87f65d8d9cf613681e6ab8e9e7d2206a/cms/djangoapps/contentstore/views/tests/test_import_export.py#L870 github.com/edx/edx-platform cms/djangoapps/contentstore/views/tests/test_import_export.py
https://github.com/kaleidos-ventures/taiga-back/blob/fd3a2dc0eae0c91c4b441d823da6f8da2cbacb50/taiga/export_import/management/commands/load_dump.py#L40 github.com/kaleidos-ventures/taiga-back taiga/export_import/management/commands/load_dump.py
https://github.com/Terralego/django-geosource/blob/013afde33cfeb8a3f91b809a8f6df3ab3e4089bd/setup.py#L9 github.com/Terralego/django-geosource setup.py
https://github.com/Terralego/django-geosource/blob/013afde33cfeb8a3f91b809a8f6df3ab3e4089bd/setup.py#L10 github.com/Terralego/django-geosource setup.py
https://github.com/Terralego/django-geosource/blob/013afde33cfeb8a3f91b809a8f6df3ab3e4089bd/setup.py#L23 github.com/Terralego/django-geosource setup.py
https://github.com/adhintz/openpilot-tools/blob/79da7f78421faf626152fd31920b4350274c24aa/lib/mkvparse/mkvgen.py#L130 github.com/adhintz/openpilot-tools lib/mkvparse/mkvgen.py
https://github.com/furious-luke/django-address/blob/41f3276c8d14c6fa49d191317d40cae4eea3e406/setup.py#L23 github.com/furious-luke/django-address setup.py
https://github.com/kovidgoyal/kitty/blob/5cdff7d6d04f7ae1fd5a5115b337173606baa957/__main__.py#L73 github.com/kovidgoyal/kitty __main__.py
https://github.com/kovidgoyal/kitty/blob/5cdff7d6d04f7ae1fd5a5115b337173606baa957/.github/workflows/ci.py#L33 github.com/kovidgoyal/kitty .github/workflows/ci.py
https://github.com/kovidgoyal/kitty/blob/5cdff7d6d04f7ae1fd5a5115b337173606baa957/kitty/session.py#L160 github.com/kovidgoyal/kitty kitty/session.py
https://github.com/izimobil/django-rest-framework-datatables/blob/433457f119d9b63630453f4f635207a0e27cabe5/setup.py#L31 github.com/izimobil/django-rest-framework-datatables setup.py
https://github.com/unitaryai/detoxify/blob/52f623bc7dd5182686a402a2b2fab48289de2d9c/run_prediction.py#L14 github.com/unitaryai/detoxify run_prediction.py
https://github.com/nottinghamtec/PyRIGS/blob/eda314c0923fbfe92bb6bd583dd056df65905f6f/RIGS/tests/test_unit.py#L375 github.com/nottinghamtec/PyRIGS RIGS/tests/test_unit.py
https://github.com/ivangsm/dhl_delivery/blob/aa7ae5251715350a1ffa3ecbc96c8ac233f5dd21/setup.py#L14 github.com/ivangsm/dhl_delivery setup.py
https://github.com/stephenmcd/mezzanine/blob/e38ffc69f732000ce44b7ed5c9d0516d258b8af2/mezzanine/project_template/project_name/settings.py#L305 github.com/stephenmcd/mezzanine mezzanine/project_template/project_name/settings.py
https://github.com/python-hospital/django-doctor/blob/e4056142203727c52f7661c17a3a7e3c579d925e/demo/setup.py#L8 github.com/python-hospital/django-doctor demo/setup.py
https://github.com/python-hospital/django-doctor/blob/e4056142203727c52f7661c17a3a7e3c579d925e/demo/setup.py#L9 github.com/python-hospital/django-doctor demo/setup.py
https://github.com/python-hospital/django-doctor/blob/e4056142203727c52f7661c17a3a7e3c579d925e/setup.py#L16 github.com/python-hospital/django-doctor setup.py
https://github.com/django-guardian/django-guardian/blob/f3d97c3e2c0cd800a7ac4600abb0d28a99c8d8f2/extras.py#L11 github.com/django-guardian/django-guardian extras.py
https://github.com/django-guardian/django-guardian/blob/f3d97c3e2c0cd800a7ac4600abb0d28a99c8d8f2/extras.py#L11 github.com/django-guardian/django-guardian extras.py
https://github.com/andilabs/exchange-rates-app/blob/2ec1eb585835d41398a472674eb983ffc38e50f6/currencies/tests.py#L18 github.com/andilabs/exchange-rates-app currencies/tests.py
https://github.com/andilabs/exchange-rates-app/blob/2ec1eb585835d41398a472674eb983ffc38e50f6/api/tests.py#L16 github.com/andilabs/exchange-rates-app api/tests.py
https://github.com/rossant/ipycache/blob/4042ed1372260a4e02cd6eddcf814918405259c1/setup.py#L11 github.com/rossant/ipycache setup.py
https://github.com/bread-and-pepper/django-userena/blob/7dfb3d5d148127e32f217a62096d507266a3a83c/setup.py#L8 github.com/bread-and-pepper/django-userena setup.py
https://github.com/googleapis/google-api-python-client/blob/4e0aa62ae80e56036d9a3435d15b7263575b3609/samples/compute/create_instance.py#L48 github.com/googleapis/google-api-python-client samples/compute/create_instance.py
https://github.com/googleapis/google-api-python-client/blob/4e0aa62ae80e56036d9a3435d15b7263575b3609/tests/test_http.py#L332 github.com/googleapis/google-api-python-client tests/test_http.py
https://github.com/googleapis/google-api-python-client/blob/4e0aa62ae80e56036d9a3435d15b7263575b3609/tests/test_http.py#L344 github.com/googleapis/google-api-python-client tests/test_http.py
https://github.com/googleapis/google-api-python-client/blob/4e0aa62ae80e56036d9a3435d15b7263575b3609/tests/test_http.py#L364 github.com/googleapis/google-api-python-client tests/test_http.py
https://github.com/django-crispy-forms/django-crispy-forms/blob/6ba5a42144fbeede54d20eefeb26bc820995decf/setup.py#L26 github.com/django-crispy-forms/django-crispy-forms setup.py
https://github.com/django-nonrel/mongodb-engine/blob/1314786975d3d17fb1a2e870dfba004158a5e431/setup.py#L8 github.com/django-nonrel/mongodb-engine setup.py
https://github.com/zostera/django-modeltrans/blob/993c14be986015f698d420ae0d8a27d7e8744e90/setup.py#L29 github.com/zostera/django-modeltrans setup.py
https://github.com/dabapps/django-readers/blob/dfbf52c2c3599b364ca80ae6efbc26fea7a1d197/setup.py#L27 github.com/dabapps/django-readers setup.py
https://github.com/celery/django-celery/blob/c679b05b2abc174e6fa3231b120a07b49ec8f911/docs/_ext/literals_to_xrefs.py#L42 github.com/celery/django-celery docs/_ext/literals_to_xrefs.py
https://github.com/celery/django-celery/blob/c679b05b2abc174e6fa3231b120a07b49ec8f911/docs/_ext/literals_to_xrefs.py#L42 github.com/celery/django-celery docs/_ext/literals_to_xrefs.py
https://github.com/celery/django-celery/blob/c679b05b2abc174e6fa3231b120a07b49ec8f911/docs/_ext/literals_to_xrefs.py#L108 github.com/celery/django-celery docs/_ext/literals_to_xrefs.py
https://github.com/sehmaschine/django-filebrowser/blob/8c5ddeaafdaa3427fe1b30ce4b749f41f2aba54e/setup.py#L7 github.com/sehmaschine/django-filebrowser setup.py
https://github.com/keedio/hue/blob/884e78c5f3a1af11221dbbe3a9b4b20c3f304710/desktop/core/src/desktop/management/commands/config_upgrade.py#L86 github.com/keedio/hue desktop/core/src/desktop/management/commands/config_upgrade.py
https://github.com/keedio/hue/blob/884e78c5f3a1af11221dbbe3a9b4b20c3f304710/desktop/core/src/desktop/middleware_test.py#L89 github.com/keedio/hue desktop/core/src/desktop/middleware_test.py
https://github.com/keedio/hue/blob/884e78c5f3a1af11221dbbe3a9b4b20c3f304710/desktop/libs/hadoop/src/hadoop/fs/fs_for_testing.py#L57 github.com/keedio/hue desktop/libs/hadoop/src/hadoop/fs/fs_for_testing.py
https://github.com/keedio/hue/blob/884e78c5f3a1af11221dbbe3a9b4b20c3f304710/apps/hbase/src/hbase/management/commands/hbase_setup.py#L88 github.com/keedio/hue apps/hbase/src/hbase/management/commands/hbase_setup.py
https://github.com/keedio/hue/blob/884e78c5f3a1af11221dbbe3a9b4b20c3f304710/apps/hbase/src/hbase/management/commands/hbase_setup.py#L89 github.com/keedio/hue apps/hbase/src/hbase/management/commands/hbase_setup.py
https://github.com/keedio/hue/blob/884e78c5f3a1af11221dbbe3a9b4b20c3f304710/apps/hbase/src/hbase/management/commands/hbase_setup.py#L90 github.com/keedio/hue apps/hbase/src/hbase/management/commands/hbase_setup.py
https://github.com/saltstack/salt/blob/8168b25fe5906883a07de5bfdfefabc6d1f57784/setup.py#L318 github.com/saltstack/salt setup.py
https://github.com/saltstack/salt/blob/8168b25fe5906883a07de5bfdfefabc6d1f57784/setup.py#L171 github.com/saltstack/salt setup.py
https://github.com/saltstack/salt/blob/8168b25fe5906883a07de5bfdfefabc6d1f57784/setup.py#L343 github.com/saltstack/salt setup.py
https://github.com/saltstack/salt/blob/8168b25fe5906883a07de5bfdfefabc6d1f57784/setup.py#L390 github.com/saltstack/salt setup.py
https://github.com/saltstack/salt/blob/8168b25fe5906883a07de5bfdfefabc6d1f57784/salt/utils/files.py#L385 github.com/saltstack/salt salt/utils/files.py
https://github.com/saltstack/salt/blob/8168b25fe5906883a07de5bfdfefabc6d1f57784/pkg/windows/portable.py#L53 github.com/saltstack/salt pkg/windows/portable.py
https://github.com/saltstack/salt/blob/8168b25fe5906883a07de5bfdfefabc6d1f57784/pkg/windows/portable.py#L56 github.com/saltstack/salt pkg/windows/portable.py
https://github.com/groveco/django-sql-explorer/blob/ba19e9ae4a8bb36317ac4d8b7f64ca549a4c5d8e/setup.py#L23 github.com/groveco/django-sql-explorer setup.py
https://github.com/uktrade/directory-cms/blob/965157d1fb9587aa9d5d72e9d9727e0a5c151992/tests/conftest.py#L155 github.com/uktrade/directory-cms tests/conftest.py
https://github.com/unicef/etools/blob/b44ca41e553d6d62b5b0917681a040cb24d591ae/src/etools/config/settings/production.py#L56 github.com/unicef/etools src/etools/config/settings/production.py
https://github.com/unicef/etools/blob/b44ca41e553d6d62b5b0917681a040cb24d591ae/src/etools/config/settings/production.py#L57 github.com/unicef/etools src/etools/config/settings/production.py
https://github.com/City-of-Helsinki/respa/blob/565c47c625f9ec0808dc61599078e1f9463e103a/resources/tests/test_perf.py#L24 github.com/City-of-Helsinki/respa resources/tests/test_perf.py
https://github.com/City-of-Helsinki/respa/blob/565c47c625f9ec0808dc61599078e1f9463e103a/resources/tests/test_perf.py#L25 github.com/City-of-Helsinki/respa resources/tests/test_perf.py
https://github.com/City-of-Helsinki/respa/blob/565c47c625f9ec0808dc61599078e1f9463e103a/resources/tests/test_perf.py#L26 github.com/City-of-Helsinki/respa resources/tests/test_perf.py
https://github.com/City-of-Helsinki/respa/blob/565c47c625f9ec0808dc61599078e1f9463e103a/resources/tests/test_perf.py#L70 github.com/City-of-Helsinki/respa resources/tests/test_perf.py
https://github.com/City-of-Helsinki/respa/blob/565c47c625f9ec0808dc61599078e1f9463e103a/resources/tests/test_perf.py#L71 github.com/City-of-Helsinki/respa resources/tests/test_perf.py
https://github.com/City-of-Helsinki/respa/blob/565c47c625f9ec0808dc61599078e1f9463e103a/resources/tests/test_perf.py#L72 github.com/City-of-Helsinki/respa resources/tests/test_perf.py
https://github.com/City-of-Helsinki/respa/blob/565c47c625f9ec0808dc61599078e1f9463e103a/setup.py#L11 github.com/City-of-Helsinki/respa setup.py
https://github.com/dabapps/django-db-queue/blob/4fe3e7ee15ad42508c14eae3f9bb847d52661faf/setup.py#L29 github.com/dabapps/django-db-queue setup.py
https://github.com/taigaio/taiga-back/blob/60ccd74c80e12056d0385b2900fd180d0826e21c/taiga/export_import/management/commands/load_dump.py#L49 github.com/taigaio/taiga-back taiga/export_import/management/commands/load_dump.py
https://github.com/benwhalley/signalbox/blob/0b06b9d2aaa68e63380c33373c0f5f03cbe3a6df/stats/io.py#L183 github.com/benwhalley/signalbox stats/io.py
https://github.com/benwhalley/signalbox/blob/0b06b9d2aaa68e63380c33373c0f5f03cbe3a6df/stats/io.py#L218 github.com/benwhalley/signalbox stats/io.py
https://github.com/benwhalley/signalbox/blob/0b06b9d2aaa68e63380c33373c0f5f03cbe3a6df/stats/io.py#L282 github.com/benwhalley/signalbox stats/io.py
https://github.com/benwhalley/signalbox/blob/0b06b9d2aaa68e63380c33373c0f5f03cbe3a6df/stats/io.py#L407 github.com/benwhalley/signalbox stats/io.py
https://github.com/benwhalley/signalbox/blob/0b06b9d2aaa68e63380c33373c0f5f03cbe3a6df/stats/io.py#L438 github.com/benwhalley/signalbox stats/io.py
https://github.com/benwhalley/signalbox/blob/0b06b9d2aaa68e63380c33373c0f5f03cbe3a6df/stats/io.py#L511 github.com/benwhalley/signalbox stats/io.py
https://github.com/benwhalley/signalbox/blob/0b06b9d2aaa68e63380c33373c0f5f03cbe3a6df/stats/io.py#L553 github.com/benwhalley/signalbox stats/io.py
https://github.com/benwhalley/signalbox/blob/0b06b9d2aaa68e63380c33373c0f5f03cbe3a6df/stats/io.py#L1034 github.com/benwhalley/signalbox stats/io.py
https://github.com/benwhalley/signalbox/blob/0b06b9d2aaa68e63380c33373c0f5f03cbe3a6df/stats/io.py#L1064 github.com/benwhalley/signalbox stats/io.py
https://github.com/salalem/graphene-neo4j/blob/f2b99fa18b7367cf3a581d1f4a71fda16a1320fc/setup.py#L37 github.com/salalem/graphene-neo4j setup.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/tests/topics/TopicsTestDataGenerator.py#L44 github.com/uccser/cs-unplugged csunplugged/tests/topics/TopicsTestDataGenerator.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/topics/management/commands/_ProgrammingChallengesLoader.py#L196 github.com/uccser/cs-unplugged csunplugged/topics/management/commands/_ProgrammingChallengesLoader.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/topics/management/commands/_ProgrammingChallengesLoader.py#L199 github.com/uccser/cs-unplugged csunplugged/topics/management/commands/_ProgrammingChallengesLoader.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/resources/utils/BaseResourceGenerator.py#L196 github.com/uccser/cs-unplugged csunplugged/resources/utils/BaseResourceGenerator.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/resources/utils/BaseResourceGenerator.py#L258 github.com/uccser/cs-unplugged csunplugged/resources/utils/BaseResourceGenerator.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/utils/BaseLoader.py#L130 github.com/uccser/cs-unplugged csunplugged/utils/BaseLoader.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/utils/BaseLoader.py#L229 github.com/uccser/cs-unplugged csunplugged/utils/BaseLoader.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/utils/BaseLoader.py#L258 github.com/uccser/cs-unplugged csunplugged/utils/BaseLoader.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/tests/utils/test_render_scratch_images.py#L28 github.com/uccser/cs-unplugged csunplugged/tests/utils/test_render_scratch_images.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/tests/utils/test_render_scratch_images.py#L41 github.com/uccser/cs-unplugged csunplugged/tests/utils/test_render_scratch_images.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/tests/utils/test_render_scratch_images.py#L45 github.com/uccser/cs-unplugged csunplugged/tests/utils/test_render_scratch_images.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/tests/utils/test_render_scratch_images.py#L49 github.com/uccser/cs-unplugged csunplugged/tests/utils/test_render_scratch_images.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/tests/utils/test_render_scratch_images.py#L53 github.com/uccser/cs-unplugged csunplugged/tests/utils/test_render_scratch_images.py
https://github.com/uccser/cs-unplugged/blob/70cab498a3ae956bc125488b2778fb998a5a6b60/csunplugged/tests/utils/test_render_scratch_images.py#L65 github.com/uccser/cs-unplugged csunplugged/tests/utils/test_render_scratch_images.py
https://github.com/justquick/django-activity-stream/blob/12bceac1d8d37124d29c7717fc928496319fe03a/setup.py#L11 github.com/justquick/django-activity-stream setup.py
https://github.com/yourlabs/django-autocomplete-light/blob/299df0d952632e02d8224559d4657d0c6d38a46a/setup.py#L11 github.com/yourlabs/django-autocomplete-light setup.py
https://github.com/bschollnick/QuickBBS/blob/4a89f3bef33dc930059d169dabc4912d04c68f83/quickbbs/frontend/views.py#L261 github.com/bschollnick/QuickBBS quickbbs/frontend/views.py
https://github.com/bschollnick/QuickBBS/blob/4a89f3bef33dc930059d169dabc4912d04c68f83/quickbbs/frontend/views.py#L264 github.com/bschollnick/QuickBBS quickbbs/frontend/views.py
https://github.com/bschollnick/QuickBBS/blob/4a89f3bef33dc930059d169dabc4912d04c68f83/quickbbs/frontend/views.py#L359 github.com/bschollnick/QuickBBS quickbbs/frontend/views.py
https://github.com/deluge-torrent/deluge/blob/d8acadb085a8f20bce15193c4b6e946199ab263d/setup.py#L565 github.com/deluge-torrent/deluge setup.py
https://github.com/geex-arts/django-jet/blob/06ab6436d8add9aafcf771df40358409564e6bcb/setup.py#L10 github.com/geex-arts/django-jet setup.py
https://github.com/django/django/blob/e972620ada4f9ed7bc57f28e133e85c85b0a7b20/tests/responses/test_fileresponse.py#L29 github.com/django/django tests/responses/test_fileresponse.py
https://github.com/City-of-Helsinki/harrastuspassi-backend/blob/c3f3ae1ece38b8bb2f93fc342885614a8eadbd27/src/harrastuspassi/setup.py#L6 github.com/City-of-Helsinki/harrastuspassi-backend src/harrastuspassi/setup.py
https://github.com/migasfree/migasfree-backend/blob/1c5e8698e7625942193760320d8d6447c147d536/migasfree/settings/production.py#L50 github.com/migasfree/migasfree-backend migasfree/settings/production.py
https://github.com/migasfree/migasfree-backend/blob/1c5e8698e7625942193760320d8d6447c147d536/setup.py#L41 github.com/migasfree/migasfree-backend setup.py
https://github.com/migasfree/migasfree-backend/blob/1c5e8698e7625942193760320d8d6447c147d536/setup.py#L46 github.com/migasfree/migasfree-backend setup.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment