Files
tfm_ainventory/graphify-out/cache/27a80e640869214c39069f5b3c99f8ec405ea205ad797a5dcad776ad7ac7a3dd.json

1 line
17 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "label": "mockAsync.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L1"}, {"id": "mockasync_mockasyncstrategy", "label": "MockAsyncStrategy", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L96"}, {"id": "mockbasestrategy", "label": "MockBaseStrategy", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "asyncstrategy", "label": "AsyncStrategy", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "mockasync_mockasyncstrategy_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L101"}, {"id": "mockasync_mockasyncstrategy_post_send_search", "label": ".post_send_search()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L106"}, {"id": "mockasync_mockasyncstrategy_post_send_single_response", "label": ".post_send_single_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L148"}, {"id": "mockasync_mockasyncstrategy_get_response", "label": ".get_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L186"}, {"id": "mockasync_rationale_97", "label": "This strategy create a mock LDAP server, with asynchronous access It can be", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L97"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockbase_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_asynchronous_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_operation_search_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_core_results_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_utils_log_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_core_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_operation_bind_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_operation_delete_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_operation_add_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_operation_compare_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_operation_modifydn_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_operation_modify_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_operation_search_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_operation_extended_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_strategy_mockasync_py", "target": "mockasync_mockasyncstrategy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L96", "weight": 1.0}, {"source": "mockasync_mockasyncstrategy", "target": "mockbasestrategy", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L96", "weight": 1.0}, {"source": "mockasync_mockasyncstrategy", "target": "asyncstrategy", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L96", "weight": 1.0}, {"source": "mockasync_mockasyncstrategy", "target": "mockasync_mockasyncstrategy_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L101", "weight": 1.0}, {"source": "mockasync_mockasyncstrategy", "target": "mockasync_mockasyncstrategy_post_send_search", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L106", "weight": 1.0}, {"source": "mockasync_mockasyncstrategy", "target": "mockasync_mockasyncstrategy_post_send_single_response", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L148", "weight": 1.0}, {"source": "mockasync_mockasyncstrategy", "target": "mockasync_mockasyncstrategy_get_response", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L186", "weight": 1.0}, {"source": "mockasync_rationale_97", "target": "mockasync_mockasyncstrategy", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L97", "weight": 1.0}], "raw_calls": [{"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L109"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "mock_search", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L111"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "search_result_entry_response_to_dict", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L114"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L119"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L121"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L122"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L123"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L124"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L130"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L131"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "partition", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L132"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L133"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L135"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L136"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L142"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_search", "callee": "search_result_done_response_to_dict", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L143"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "bind_response_to_dict", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L153"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "mock_bind", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L153"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "delete_response_to_dict", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L160"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "mock_delete", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L160"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "add_response_to_dict", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L163"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "mock_add", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L163"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "compare_response_to_dict", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L166"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "mock_compare", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L166"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "modify_dn_response_to_dict", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L169"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "mock_modify_dn", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L169"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "modify_response_to_dict", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L172"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "mock_modify", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L172"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "extended_response_to_dict", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L175"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "mock_extended", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L175"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L177"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L179"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L180"}, {"caller_nid": "mockasync_mockasyncstrategy_post_send_single_response", "callee": "LDAPOperationResult", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L181"}, {"caller_nid": "mockasync_mockasyncstrategy_get_response", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L188"}, {"caller_nid": "mockasync_mockasyncstrategy_get_response", "callee": "LDAPResponseTimeoutError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L190"}, {"caller_nid": "mockasync_mockasyncstrategy_get_response", "callee": "log_enabled", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L193"}, {"caller_nid": "mockasync_mockasyncstrategy_get_response", "callee": "log", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L194"}, {"caller_nid": "mockasync_mockasyncstrategy_get_response", "callee": "LDAPOperationResult", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/strategy/mockAsync.py", "source_location": "L195"}]}