Files
tfm_ainventory/graphify-out/cache/aad40b7942daed55ed6c2eca82e6d905df2d618d3e0d41c198cd393c94ff1607.json

1 line
17 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "label": "_inspect.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L1"}, {"id": "inspect_ismethod", "label": "ismethod()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L13"}, {"id": "inspect_isfunction", "label": "isfunction()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L26"}, {"id": "inspect_iscode", "label": "iscode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L41"}, {"id": "inspect_getargs", "label": "getargs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L66"}, {"id": "inspect_getargspec", "label": "getargspec()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L97"}, {"id": "inspect_getargvalues", "label": "getargvalues()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L114"}, {"id": "inspect_joinseq", "label": "joinseq()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L126"}, {"id": "inspect_strseq", "label": "strseq()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L132"}, {"id": "inspect_formatargspec", "label": "formatargspec()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L141"}, {"id": "inspect_formatargvalues", "label": "formatargvalues()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L169"}, {"id": "inspect_rationale_1", "label": "Subset of inspect module from upstream python We use this instead of upstream b", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L1"}, {"id": "inspect_rationale_14", "label": "Return true if the object is an instance method. Instance method objects pr", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L14"}, {"id": "inspect_rationale_27", "label": "Return true if the object is a user-defined function. Function objects prov", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L27"}, {"id": "inspect_rationale_42", "label": "Return true if the object is a code object. Code objects provide these attr", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L42"}, {"id": "inspect_rationale_67", "label": "Get information about the arguments accepted by a code object. Three things", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L67"}, {"id": "inspect_rationale_98", "label": "Get the names and default values of a function's arguments. A tuple of four", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L98"}, {"id": "inspect_rationale_115", "label": "Get information about arguments passed into a particular frame. A tuple of", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L115"}, {"id": "inspect_rationale_133", "label": "Recursively walk a sequence, stringifying each element.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L133"}, {"id": "inspect_rationale_147", "label": "Format an argument spec from the 4 values returned by getargspec. The first", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L147"}, {"id": "inspect_rationale_175", "label": "Format an argument spec from the 4 values returned by getargvalues. The fir", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L175"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "target": "types", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "target": "inspect_ismethod", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "target": "inspect_isfunction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "target": "inspect_iscode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "target": "inspect_getargs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L66", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "target": "inspect_getargspec", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L97", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "target": "inspect_getargvalues", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L114", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "target": "inspect_joinseq", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L126", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "target": "inspect_strseq", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L132", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "target": "inspect_formatargspec", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L141", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "target": "inspect_formatargvalues", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L169", "weight": 1.0}, {"source": "inspect_getargs", "target": "inspect_iscode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L75", "weight": 1.0}, {"source": "inspect_getargspec", "target": "inspect_ismethod", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L107", "weight": 1.0}, {"source": "inspect_getargspec", "target": "inspect_isfunction", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L109", "weight": 1.0}, {"source": "inspect_getargspec", "target": "inspect_getargs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L111", "weight": 1.0}, {"source": "inspect_getargvalues", "target": "inspect_getargs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L123", "weight": 1.0}, {"source": "inspect_formatargspec", "target": "inspect_strseq", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L159", "weight": 1.0}, {"source": "inspect_formatargvalues", "target": "inspect_strseq", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L186", "weight": 1.0}, {"source": "inspect_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_utils_inspect_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L1", "weight": 1.0}, {"source": "inspect_rationale_14", "target": "inspect_ismethod", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L14", "weight": 1.0}, {"source": "inspect_rationale_27", "target": "inspect_isfunction", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L27", "weight": 1.0}, {"source": "inspect_rationale_42", "target": "inspect_iscode", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L42", "weight": 1.0}, {"source": "inspect_rationale_67", "target": "inspect_getargs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L67", "weight": 1.0}, {"source": "inspect_rationale_98", "target": "inspect_getargspec", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L98", "weight": 1.0}, {"source": "inspect_rationale_115", "target": "inspect_getargvalues", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L115", "weight": 1.0}, {"source": "inspect_rationale_133", "target": "inspect_strseq", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L133", "weight": 1.0}, {"source": "inspect_rationale_147", "target": "inspect_formatargspec", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L147", "weight": 1.0}, {"source": "inspect_rationale_175", "target": "inspect_formatargvalues", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L175", "weight": 1.0}], "raw_calls": [{"caller_nid": "inspect_ismethod", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L24"}, {"caller_nid": "inspect_isfunction", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L39"}, {"caller_nid": "inspect_iscode", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L59"}, {"caller_nid": "inspect_getargs", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L76"}, {"caller_nid": "inspect_getargs", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L80"}, {"caller_nid": "inspect_getargs", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L85"}, {"caller_nid": "inspect_getargs", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L87"}, {"caller_nid": "inspect_getargspec", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L110"}, {"caller_nid": "inspect_joinseq", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L127"}, {"caller_nid": "inspect_joinseq", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L130"}, {"caller_nid": "inspect_strseq", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L136"}, {"caller_nid": "inspect_strseq", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L137"}, {"caller_nid": "inspect_strseq", "callee": "convert", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L139"}, {"caller_nid": "inspect_formatargspec", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L157"}, {"caller_nid": "inspect_formatargspec", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L157"}, {"caller_nid": "inspect_formatargspec", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L158"}, {"caller_nid": "inspect_formatargspec", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L158"}, {"caller_nid": "inspect_formatargspec", "callee": "formatvalue", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L161"}, {"caller_nid": "inspect_formatargspec", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L162"}, {"caller_nid": "inspect_formatargspec", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L164"}, {"caller_nid": "inspect_formatargspec", "callee": "formatvarargs", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L164"}, {"caller_nid": "inspect_formatargspec", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L166"}, {"caller_nid": "inspect_formatargspec", "callee": "formatvarkw", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L166"}, {"caller_nid": "inspect_formatargspec", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L167"}, {"caller_nid": "inspect_formatargvalues", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L189"}, {"caller_nid": "inspect_formatargvalues", "callee": "formatvarargs", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L189"}, {"caller_nid": "inspect_formatargvalues", "callee": "formatvalue", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L189"}, {"caller_nid": "inspect_formatargvalues", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L191"}, {"caller_nid": "inspect_formatargvalues", "callee": "formatvarkw", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L191"}, {"caller_nid": "inspect_formatargvalues", "callee": "formatvalue", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L191"}, {"caller_nid": "inspect_formatargvalues", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_utils/_inspect.py", "source_location": "L192"}]}