{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "label": "importer.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L1"}, {"id": "importer_create_import_hook_from_string", "label": "_create_import_hook_from_string()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L32"}, {"id": "importer_register_post_import_hook", "label": "register_post_import_hook()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L45"}, {"id": "importer_create_import_hook_from_entrypoint", "label": "_create_import_hook_from_entrypoint()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L93"}, {"id": "importer_discover_post_import_hooks", "label": "discover_post_import_hooks()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L109"}, {"id": "importer_notify_module_loaded", "label": "notify_module_loaded()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L134"}, {"id": "importer_importhookloader", "label": "_ImportHookLoader", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L160"}, {"id": "importer_importhookloader_load_module", "label": ".load_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L162"}, {"id": "importer_importhookchainedloader", "label": "_ImportHookChainedLoader", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L169"}, {"id": "baseobjectproxy", "label": "BaseObjectProxy", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "importer_importhookchainedloader_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L171"}, {"id": "importer_importhookchainedloader_self_set_loader", "label": "._self_set_loader()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L181"}, {"id": "importer_importhookchainedloader_self_load_module", "label": "._self_load_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L208"}, {"id": "importer_importhookchainedloader_self_create_module", "label": "._self_create_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L218"}, {"id": "importer_importhookchainedloader_self_exec_module", "label": "._self_exec_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L221"}, {"id": "importer_importhookfinder", "label": "ImportHookFinder", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L227"}, {"id": "importer_importhookfinder_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L229"}, {"id": "importer_importhookfinder_find_module", "label": ".find_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L232"}, {"id": "importer_importhookfinder_find_spec", "label": ".find_spec()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L272"}, {"id": "importer_when_imported", "label": "when_imported()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L319"}, {"id": "importer_rationale_1", "label": "This module implements a post import hook mechanism styled after what is describ", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L1"}, {"id": "importer_rationale_46", "label": "Register a post import hook for the target module `name`. The `hook` functio", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L46"}, {"id": "importer_rationale_110", "label": "Discover and register post import hooks defined as package entry points in t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L110"}, {"id": "importer_rationale_135", "label": "Notify that a `module` has been loaded and invoke any post import hooks regi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L135"}, {"id": "importer_rationale_320", "label": "Returns a decorator that registers the decorated function as a post import h", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L320"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "importlib_metadata", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "threading", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "importlib_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "backend_venv_lib_python3_12_site_packages_wrapt_wrapt_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "importer_create_import_hook_from_string", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "importer_register_post_import_hook", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "importer_create_import_hook_from_entrypoint", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L93", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "importer_discover_post_import_hooks", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L109", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "importer_notify_module_loaded", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L134", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "importer_importhookloader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L160", "weight": 1.0}, {"source": "importer_importhookloader", "target": "importer_importhookloader_load_module", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L162", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "importer_importhookchainedloader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L169", "weight": 1.0}, {"source": "importer_importhookchainedloader", "target": "baseobjectproxy", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L169", "weight": 1.0}, {"source": "importer_importhookchainedloader", "target": "importer_importhookchainedloader_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L171", "weight": 1.0}, {"source": "importer_importhookchainedloader", "target": "importer_importhookchainedloader_self_set_loader", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L181", "weight": 1.0}, {"source": "importer_importhookchainedloader", "target": "importer_importhookchainedloader_self_load_module", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L208", "weight": 1.0}, {"source": "importer_importhookchainedloader", "target": "importer_importhookchainedloader_self_create_module", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L218", "weight": 1.0}, {"source": "importer_importhookchainedloader", "target": "importer_importhookchainedloader_self_exec_module", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L221", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "importer_importhookfinder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L227", "weight": 1.0}, {"source": "importer_importhookfinder", "target": "importer_importhookfinder_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L229", "weight": 1.0}, {"source": "importer_importhookfinder", "target": "importer_importhookfinder_find_module", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L232", "weight": 1.0}, {"source": "importer_importhookfinder", "target": "importer_importhookfinder_find_spec", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L272", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "target": "importer_when_imported", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L319", "weight": 1.0}, {"source": "importer_register_post_import_hook", "target": "importer_create_import_hook_from_string", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L61", "weight": 1.0}, {"source": "importer_register_post_import_hook", "target": "importer_importhookfinder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L71", "weight": 1.0}, {"source": "importer_discover_post_import_hooks", "target": "importer_register_post_import_hook", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L125", "weight": 1.0}, {"source": "importer_importhookloader_load_module", "target": "importer_notify_module_loaded", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L164", "weight": 1.0}, {"source": "importer_importhookchainedloader_init", "target": "importer_importhookfinder_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L172", "weight": 1.0}, {"source": "importer_importhookchainedloader_self_load_module", "target": "importer_importhookloader_load_module", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L209", "weight": 1.0}, {"source": "importer_importhookchainedloader_self_load_module", "target": "importer_importhookchainedloader_self_set_loader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L210", "weight": 1.0}, {"source": "importer_importhookchainedloader_self_load_module", "target": "importer_notify_module_loaded", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L211", "weight": 1.0}, {"source": "importer_importhookchainedloader_self_exec_module", "target": "importer_importhookchainedloader_self_set_loader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L222", "weight": 1.0}, {"source": "importer_importhookchainedloader_self_exec_module", "target": "importer_notify_module_loaded", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L224", "weight": 1.0}, {"source": "importer_importhookfinder_find_module", "target": "importer_importhookfinder_find_spec", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L264", "weight": 1.0}, {"source": "importer_importhookfinder_find_module", "target": "importer_importhookchainedloader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L267", "weight": 1.0}, {"source": "importer_importhookfinder_find_spec", "target": "importer_importhookchainedloader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L307", "weight": 1.0}, {"source": "importer_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_wrapt_importer_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L1", "weight": 1.0}, {"source": "importer_rationale_46", "target": "importer_register_post_import_hook", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L46", "weight": 1.0}, {"source": "importer_rationale_110", "target": "importer_discover_post_import_hooks", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L110", "weight": 1.0}, {"source": "importer_rationale_135", "target": "importer_notify_module_loaded", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L135", "weight": 1.0}, {"source": "importer_rationale_320", "target": "importer_when_imported", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L320", "weight": 1.0}], "raw_calls": [{"caller_nid": "importer_register_post_import_hook", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L60"}, {"caller_nid": "importer_register_post_import_hook", "callee": "insert", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L71"}, {"caller_nid": "importer_register_post_import_hook", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L76"}, {"caller_nid": "importer_register_post_import_hook", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L79"}, {"caller_nid": "importer_register_post_import_hook", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L79"}, {"caller_nid": "importer_register_post_import_hook", "callee": "hook", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L87"}, {"caller_nid": "importer_discover_post_import_hooks", "callee": "entry_points", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L118"}, {"caller_nid": "importer_discover_post_import_hooks", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L121"}, {"caller_nid": "importer_discover_post_import_hooks", "callee": "entry_points", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L121"}, {"caller_nid": "importer_discover_post_import_hooks", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L124"}, {"caller_nid": "importer_notify_module_loaded", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L141"}, {"caller_nid": "importer_notify_module_loaded", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L144"}, {"caller_nid": "importer_notify_module_loaded", "callee": "hook", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L151"}, {"caller_nid": "importer_importhookchainedloader_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L172"}, {"caller_nid": "importer_importhookchainedloader_init", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L174"}, {"caller_nid": "importer_importhookchainedloader_init", "callee": "__self_setattr__", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L175"}, {"caller_nid": "importer_importhookchainedloader_init", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L176"}, {"caller_nid": "importer_importhookchainedloader_init", "callee": "__self_setattr__", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L177"}, {"caller_nid": "importer_importhookchainedloader_init", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L178"}, {"caller_nid": "importer_importhookchainedloader_init", "callee": "__self_setattr__", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L179"}, {"caller_nid": "importer_importhookchainedloader_self_set_loader", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L196"}, {"caller_nid": "importer_importhookchainedloader_self_set_loader", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L203"}, {"caller_nid": "importer_importhookchainedloader_self_set_loader", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L204"}, {"caller_nid": "importer_importhookchainedloader_self_create_module", "callee": "create_module", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L219"}, {"caller_nid": "importer_importhookchainedloader_self_exec_module", "callee": "exec_module", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L223"}, {"caller_nid": "importer_importhookfinder_find_module", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L264"}, {"caller_nid": "importer_importhookfinder_find_module", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L266"}, {"caller_nid": "importer_importhookfinder_find_spec", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L304"}, {"caller_nid": "importer_importhookfinder_find_spec", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/importer.py", "source_location": "L306"}]}