1 line
10 KiB
JSON
1 line
10 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_deprecated_classic_py", "label": "classic.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L1"}, {"id": "classic_classicadapter", "label": "ClassicAdapter", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L35"}, {"id": "classic_classicadapter_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L86"}, {"id": "classic_classicadapter_get_deprecated_msg", "label": ".get_deprecated_msg()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L129"}, {"id": "classic_classicadapter_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L155"}, {"id": "classic_deprecated", "label": "deprecated()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L209"}, {"id": "classic_rationale_36", "label": "Classic adapter -- *for advanced usage only* This adapter is used to get th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L36"}, {"id": "classic_rationale_87", "label": "Construct a wrapper adapter. :type reason: str :param reason:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L87"}, {"id": "classic_rationale_130", "label": "Get the deprecation warning message for the user. :param wrapped: Wrapp", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L130"}, {"id": "classic_rationale_156", "label": "Decorate your class or function. :param wrapped: Wrapped class or funct", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L156"}, {"id": "classic_rationale_210", "label": "This is a decorator which can be used to mark functions as deprecated. It wi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L210"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_deprecated_classic_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_deprecated_classic_py", "target": "inspect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_deprecated_classic_py", "target": "platform", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_deprecated_classic_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_deprecated_classic_py", "target": "wrapt", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_deprecated_classic_py", "target": "wrapt_wrappers", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_deprecated_classic_py", "target": "classic_classicadapter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L35", "weight": 1.0}, {"source": "classic_classicadapter", "target": "classic_classicadapter_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L86", "weight": 1.0}, {"source": "classic_classicadapter", "target": "classic_classicadapter_get_deprecated_msg", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L129", "weight": 1.0}, {"source": "classic_classicadapter", "target": "classic_classicadapter_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L155", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_deprecated_classic_py", "target": "classic_deprecated", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L209", "weight": 1.0}, {"source": "classic_rationale_36", "target": "classic_classicadapter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L36", "weight": 1.0}, {"source": "classic_rationale_87", "target": "classic_classicadapter_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L87", "weight": 1.0}, {"source": "classic_rationale_130", "target": "classic_classicadapter_get_deprecated_msg", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L130", "weight": 1.0}, {"source": "classic_rationale_156", "target": "classic_classicadapter_call", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L156", "weight": 1.0}, {"source": "classic_rationale_210", "target": "classic_deprecated", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L210", "weight": 1.0}], "raw_calls": [{"caller_nid": "classic_classicadapter_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L127"}, {"caller_nid": "classic_classicadapter_get_deprecated_msg", "callee": "isclass", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L140"}, {"caller_nid": "classic_classicadapter_get_deprecated_msg", "callee": "isclass", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L145"}, {"caller_nid": "classic_classicadapter_get_deprecated_msg", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L153"}, {"caller_nid": "classic_classicadapter_call", "callee": "isclass", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L169"}, {"caller_nid": "classic_classicadapter_call", "callee": "staticmethod", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L186"}, {"caller_nid": "classic_classicadapter_call", "callee": "isroutine", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L188"}, {"caller_nid": "classic_classicadapter_call", "callee": "wrapper_function", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L201"}, {"caller_nid": "classic_classicadapter_call", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L204"}, {"caller_nid": "classic_classicadapter_call", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L204"}, {"caller_nid": "classic_classicadapter_call", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L204"}, {"caller_nid": "classic_deprecated", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L288"}, {"caller_nid": "classic_deprecated", "callee": "callable", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L292"}, {"caller_nid": "classic_deprecated", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L293"}, {"caller_nid": "classic_deprecated", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L293"}, {"caller_nid": "classic_deprecated", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L293"}, {"caller_nid": "classic_deprecated", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L296"}, {"caller_nid": "classic_deprecated", "callee": "adapter_cls", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L297"}, {"caller_nid": "classic_deprecated", "callee": "adapter", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L299"}, {"caller_nid": "classic_deprecated", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/deprecated/classic.py", "source_location": "L301"}]} |