1 line
22 KiB
JSON
1 line
22 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "label": "decorators.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L1"}, {"id": "decorators_adapterfunctioncode", "label": "_AdapterFunctionCode", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L20"}, {"id": "callableobjectproxy", "label": "CallableObjectProxy", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "decorators_adapterfunctioncode_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L22"}, {"id": "decorators_co_argcount", "label": "co_argcount()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L27"}, {"id": "decorators_co_code", "label": "co_code()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L31"}, {"id": "decorators_co_flags", "label": "co_flags()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L35"}, {"id": "decorators_co_kwonlyargcount", "label": "co_kwonlyargcount()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L39"}, {"id": "decorators_co_varnames", "label": "co_varnames()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L43"}, {"id": "decorators_adapterfunctionsurrogate", "label": "_AdapterFunctionSurrogate", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L47"}, {"id": "decorators_adapterfunctionsurrogate_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L49"}, {"id": "decorators_code", "label": "__code__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L54"}, {"id": "decorators_defaults", "label": "__defaults__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L60"}, {"id": "decorators_kwdefaults", "label": "__kwdefaults__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L64"}, {"id": "decorators_signature", "label": "__signature__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L68"}, {"id": "decorators_boundadapterwrapper", "label": "_BoundAdapterWrapper", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L75"}, {"id": "boundfunctionwrapper", "label": "BoundFunctionWrapper", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "decorators_func", "label": "__func__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L78"}, {"id": "decorators_adapterwrapper", "label": "AdapterWrapper", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L91"}, {"id": "functionwrapper", "label": "FunctionWrapper", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "decorators_adapterwrapper_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L95"}, {"id": "decorators_adapterfactory", "label": "AdapterFactory", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L118"}, {"id": "decorators_adapterfactory_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L119"}, {"id": "decorators_delegatedadapterfactory", "label": "DelegatedAdapterFactory", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L123"}, {"id": "decorators_delegatedadapterfactory_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L124"}, {"id": "decorators_delegatedadapterfactory_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L128"}, {"id": "decorators_decorator", "label": "decorator()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L142"}, {"id": "decorators_synchronized", "label": "synchronized()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L416"}, {"id": "decorators_rationale_1", "label": "This module implements decorators for implementing other decorators as well as s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L1"}, {"id": "decorators_rationale_143", "label": "The decorator should be supplied with a single positional argument which is", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L143"}, {"id": "decorators_rationale_417", "label": "Depending on the nature of the `wrapped` object, will either return a decora", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L417"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "inspect", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "threading", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_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/decorators.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "backend_venv_lib_python3_12_site_packages_wrapt_arguments_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_adapterfunctioncode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L20", "weight": 1.0}, {"source": "decorators_adapterfunctioncode", "target": "callableobjectproxy", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L20", "weight": 1.0}, {"source": "decorators_adapterfunctioncode", "target": "decorators_adapterfunctioncode_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_co_argcount", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_co_code", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_co_flags", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_co_kwonlyargcount", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_co_varnames", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_adapterfunctionsurrogate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L47", "weight": 1.0}, {"source": "decorators_adapterfunctionsurrogate", "target": "callableobjectproxy", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L47", "weight": 1.0}, {"source": "decorators_adapterfunctionsurrogate", "target": "decorators_adapterfunctionsurrogate_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_code", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L54", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_defaults", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L60", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_kwdefaults", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L64", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_signature", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L68", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_boundadapterwrapper", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L75", "weight": 1.0}, {"source": "decorators_boundadapterwrapper", "target": "boundfunctionwrapper", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L75", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_func", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L78", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_signature", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L84", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_adapterwrapper", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L91", "weight": 1.0}, {"source": "decorators_adapterwrapper", "target": "functionwrapper", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L91", "weight": 1.0}, {"source": "decorators_adapterwrapper", "target": "decorators_adapterwrapper_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_code", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L102", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_defaults", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L106", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_kwdefaults", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_signature", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L114", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_adapterfactory", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L118", "weight": 1.0}, {"source": "decorators_adapterfactory", "target": "decorators_adapterfactory_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L119", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_delegatedadapterfactory", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L123", "weight": 1.0}, {"source": "decorators_delegatedadapterfactory", "target": "decorators_adapterfactory", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L123", "weight": 1.0}, {"source": "decorators_delegatedadapterfactory", "target": "decorators_delegatedadapterfactory_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L124", "weight": 1.0}, {"source": "decorators_delegatedadapterfactory", "target": "decorators_delegatedadapterfactory_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L128", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_decorator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L142", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "target": "decorators_synchronized", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L416", "weight": 1.0}, {"source": "decorators_adapterfunctioncode_init", "target": "decorators_delegatedadapterfactory_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L23", "weight": 1.0}, {"source": "decorators_adapterfunctionsurrogate_init", "target": "decorators_delegatedadapterfactory_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L50", "weight": 1.0}, {"source": "decorators_code", "target": "decorators_adapterfunctioncode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L55", "weight": 1.0}, {"source": "decorators_func", "target": "decorators_adapterfunctionsurrogate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L79", "weight": 1.0}, {"source": "decorators_adapterwrapper_init", "target": "decorators_delegatedadapterfactory_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L97", "weight": 1.0}, {"source": "decorators_adapterwrapper_init", "target": "decorators_adapterfunctionsurrogate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L98", "weight": 1.0}, {"source": "decorators_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_wrapt_decorators_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L1", "weight": 1.0}, {"source": "decorators_rationale_143", "target": "decorators_decorator", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L143", "weight": 1.0}, {"source": "decorators_rationale_417", "target": "decorators_synchronized", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L417", "weight": 1.0}], "raw_calls": [{"caller_nid": "decorators_adapterfunctioncode_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L23"}, {"caller_nid": "decorators_adapterfunctionsurrogate_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L50"}, {"caller_nid": "decorators_signature", "callee": "globals", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L69"}, {"caller_nid": "decorators_signature", "callee": "signature", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L72"}, {"caller_nid": "decorators_signature", "callee": "globals", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L85"}, {"caller_nid": "decorators_signature", "callee": "signature", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L88"}, {"caller_nid": "decorators_adapterwrapper_init", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L96"}, {"caller_nid": "decorators_adapterwrapper_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L97"}, {"caller_nid": "decorators_adapterfactory_call", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L120"}, {"caller_nid": "decorators_delegatedadapterfactory_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L125"}, {"caller_nid": "decorators_delegatedadapterfactory_call", "callee": "factory", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L129"}, {"caller_nid": "decorators_decorator", "callee": "_build", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L394"}, {"caller_nid": "decorators_decorator", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L402"}, {"caller_nid": "decorators_synchronized", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L435"}, {"caller_nid": "decorators_synchronized", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L435"}, {"caller_nid": "decorators_synchronized", "callee": "_PartialDecorator", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L461"}, {"caller_nid": "decorators_synchronized", "callee": "_FinalDecorator", "source_file": "backend/venv/lib/python3.12/site-packages/wrapt/decorators.py", "source_location": "L519"}]} |