Files
tfm_ainventory/graphify-out/cache/6f5f889b779c924db541c9ee617a59dffa9a2fcda8176c5a4c143af3f2a992b2.json

1 line
24 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_utils_pbkdf2_py", "label": "test_utils_pbkdf2.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L1"}, {"id": "test_utils_pbkdf2_utilstest", "label": "UtilsTest", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L28"}, {"id": "testcase", "label": "TestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_utils_pbkdf2_utilstest_setup", "label": ".setUp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L47"}, {"id": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "label": ".test_norm_hash_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L51"}, {"id": "test_utils_pbkdf2_pbkdf1_test", "label": "Pbkdf1_Test", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L83"}, {"id": "test_utils_pbkdf2_pbkdf1_test_setup", "label": ".setUp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L110"}, {"id": "test_utils_pbkdf2_pbkdf1_test_test_known", "label": ".test_known()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L114"}, {"id": "test_utils_pbkdf2_pbkdf1_test_test_border", "label": ".test_border()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L121"}, {"id": "test_utils_pbkdf2_pbkdf2_test", "label": "Pbkdf2_Test", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L147"}, {"id": "test_utils_pbkdf2_pbkdf2_test_setup", "label": ".setUp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L265"}, {"id": "test_utils_pbkdf2_pbkdf2_test_test_known", "label": ".test_known()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L269"}, {"id": "test_utils_pbkdf2_pbkdf2_test_test_border", "label": ".test_border()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L278"}, {"id": "test_utils_pbkdf2_pbkdf2_test_test_default_keylen", "label": ".test_default_keylen()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L306"}, {"id": "test_utils_pbkdf2_pbkdf2_test_test_custom_prf", "label": ".test_custom_prf()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L314"}, {"id": "test_utils_pbkdf2_rationale_1", "label": "passlib.tests -- tests for passlib.utils.pbkdf2 .. warning:: This module &", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L1"}, {"id": "test_utils_pbkdf2_rationale_29", "label": "test various utils functions", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L29"}, {"id": "test_utils_pbkdf2_rationale_115", "label": "test reference vectors", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L115"}, {"id": "test_utils_pbkdf2_rationale_148", "label": "test pbkdf2() support", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L148"}, {"id": "test_utils_pbkdf2_rationale_270", "label": "test reference vectors", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L270"}, {"id": "test_utils_pbkdf2_rationale_315", "label": "test custom prf function", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L315"}, {"id": "test_utils_pbkdf2_rationale_39", "label": "# NOTE: there was an older \"RIPEMD\" & \"RIPEMD-128\", but python treates \"RIPEMD\"", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L39"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_utils_pbkdf2_py", "target": "hashlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_utils_pbkdf2_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_utils_pbkdf2_py", "target": "passlib_utils_compat", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_utils_pbkdf2_py", "target": "passlib_tests_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_utils_pbkdf2_py", "target": "test_utils_pbkdf2_utilstest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L28", "weight": 1.0}, {"source": "test_utils_pbkdf2_utilstest", "target": "testcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L28", "weight": 1.0}, {"source": "test_utils_pbkdf2_utilstest", "target": "test_utils_pbkdf2_utilstest_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L47", "weight": 1.0}, {"source": "test_utils_pbkdf2_utilstest", "target": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L51", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_utils_pbkdf2_py", "target": "test_utils_pbkdf2_pbkdf1_test", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L83", "weight": 1.0}, {"source": "test_utils_pbkdf2_pbkdf1_test", "target": "testcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L83", "weight": 1.0}, {"source": "test_utils_pbkdf2_pbkdf1_test", "target": "test_utils_pbkdf2_pbkdf1_test_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L110", "weight": 1.0}, {"source": "test_utils_pbkdf2_pbkdf1_test", "target": "test_utils_pbkdf2_pbkdf1_test_test_known", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L114", "weight": 1.0}, {"source": "test_utils_pbkdf2_pbkdf1_test", "target": "test_utils_pbkdf2_pbkdf1_test_test_border", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L121", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_utils_pbkdf2_py", "target": "test_utils_pbkdf2_pbkdf2_test", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L147", "weight": 1.0}, {"source": "test_utils_pbkdf2_pbkdf2_test", "target": "testcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L147", "weight": 1.0}, {"source": "test_utils_pbkdf2_pbkdf2_test", "target": "test_utils_pbkdf2_pbkdf2_test_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L265", "weight": 1.0}, {"source": "test_utils_pbkdf2_pbkdf2_test", "target": "test_utils_pbkdf2_pbkdf2_test_test_known", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L269", "weight": 1.0}, {"source": "test_utils_pbkdf2_pbkdf2_test", "target": "test_utils_pbkdf2_pbkdf2_test_test_border", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L278", "weight": 1.0}, {"source": "test_utils_pbkdf2_pbkdf2_test", "target": "test_utils_pbkdf2_pbkdf2_test_test_default_keylen", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L306", "weight": 1.0}, {"source": "test_utils_pbkdf2_pbkdf2_test", "target": "test_utils_pbkdf2_pbkdf2_test_test_custom_prf", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L314", "weight": 1.0}, {"source": "test_utils_pbkdf2_utilstest_setup", "target": "test_utils_pbkdf2_pbkdf2_test_setup", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L48", "weight": 1.0}, {"source": "test_utils_pbkdf2_pbkdf1_test_setup", "target": "test_utils_pbkdf2_pbkdf2_test_setup", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L111", "weight": 1.0}, {"source": "test_utils_pbkdf2_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_utils_pbkdf2_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L1", "weight": 1.0}, {"source": "test_utils_pbkdf2_rationale_29", "target": "test_utils_pbkdf2_utilstest", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L29", "weight": 1.0}, {"source": "test_utils_pbkdf2_rationale_115", "target": "test_utils_pbkdf2_pbkdf1_test_test_known", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L115", "weight": 1.0}, {"source": "test_utils_pbkdf2_rationale_148", "target": "test_utils_pbkdf2_pbkdf2_test", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L148", "weight": 1.0}, {"source": "test_utils_pbkdf2_rationale_270", "target": "test_utils_pbkdf2_pbkdf2_test_test_known", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L270", "weight": 1.0}, {"source": "test_utils_pbkdf2_rationale_315", "target": "test_utils_pbkdf2_pbkdf2_test_test_custom_prf", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L315", "weight": 1.0}, {"source": "test_utils_pbkdf2_rationale_39", "target": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_utils_pbkdf2_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L39", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_utils_pbkdf2_utilstest_setup", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L48"}, {"caller_nid": "test_utils_pbkdf2_utilstest_setup", "callee": "filterwarnings", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L49"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "norm_hash_name", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L59"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L60"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L61"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L64"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "norm_hash_name", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L64"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "u", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L64"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L65"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "norm_hash_name", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L65"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L66"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "catch_warnings", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L69"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "filterwarnings", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L70"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "chain", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L71"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L72"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "norm_hash_name", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L75"}, {"caller_nid": "test_utils_pbkdf2_utilstest_test_norm_hash_name", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L76"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_setup", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L111"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_setup", "callee": "filterwarnings", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L112"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_test_known", "callee": "pbkdf1", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L118"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_test_known", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L119"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_test_border", "callee": "helper", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L126"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L129"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L130"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L133"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L136"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L137"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L140"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L141"}, {"caller_nid": "test_utils_pbkdf2_pbkdf1_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L142"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_setup", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L266"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_setup", "callee": "filterwarnings", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L267"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_known", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L274"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_known", "callee": "pbkdf2", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L275"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_known", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L276"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "helper", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L283"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L286"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L287"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L288"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L291"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L292"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "helper", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L293"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L294"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L295"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L298"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L299"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L302"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L303"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_border", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L304"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_default_keylen", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L311"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_default_keylen", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L311"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_default_keylen", "callee": "helper", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L311"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_default_keylen", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L312"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_default_keylen", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L312"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_default_keylen", "callee": "helper", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L312"}, {"caller_nid": "test_utils_pbkdf2_pbkdf2_test_test_custom_prf", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_utils_pbkdf2.py", "source_location": "L319"}]}