Files
tfm_ainventory/graphify-out/cache/711cb5031bb71db9b1898d16a505c9341ce67019c4292d1ed4b2b4194550bede.json

1 line
21 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "label": "types.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L1"}, {"id": "types_ttracefn", "label": "TTraceFn", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L33"}, {"id": "protocol", "label": "Protocol", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "types_ttracefn_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L36"}, {"id": "types_tfiledisposition", "label": "TFileDisposition", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L56"}, {"id": "types_tracer", "label": "Tracer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L86"}, {"id": "types_tracer_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L99"}, {"id": "types_tracer_start", "label": ".start()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L101"}, {"id": "types_tracer_stop", "label": ".stop()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L104"}, {"id": "types_tracer_activity", "label": ".activity()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L107"}, {"id": "types_tracer_reset_activity", "label": ".reset_activity()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L110"}, {"id": "types_tracer_get_stats", "label": ".get_stats()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L113"}, {"id": "types_tconfigurable", "label": "TConfigurable", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L133"}, {"id": "types_tconfigurable_get_option", "label": ".get_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L136"}, {"id": "types_tconfigurable_set_option", "label": ".set_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L147"}, {"id": "types_tpluginconfig", "label": "TPluginConfig", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L159"}, {"id": "types_tpluginconfig_get_plugin_options", "label": ".get_plugin_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L162"}, {"id": "types_twarnfn", "label": "TWarnFn", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L177"}, {"id": "types_twarnfn_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L180"}, {"id": "types_tdebugctl", "label": "TDebugCtl", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L183"}, {"id": "types_tdebugctl_should", "label": ".should()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L186"}, {"id": "types_tdebugctl_write", "label": ".write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L189"}, {"id": "types_twritable", "label": "TWritable", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L193"}, {"id": "types_twritable_write", "label": ".write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L196"}, {"id": "types_rationale_34", "label": "A Python trace function.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L34"}, {"id": "types_rationale_57", "label": "A simple value type for recording what to do with a file.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L57"}, {"id": "types_rationale_87", "label": "Anything that can report on Python execution.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L87"}, {"id": "types_rationale_102", "label": "Start this tracer, return a trace function if based on sys.settrace.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L102"}, {"id": "types_rationale_108", "label": "Has there been any activity?", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L108"}, {"id": "types_rationale_111", "label": "Reset the activity() flag.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L111"}, {"id": "types_rationale_114", "label": "Return a dictionary of statistics, or None.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L114"}, {"id": "types_rationale_134", "label": "Something that can proxy to the coverage configuration settings.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L134"}, {"id": "types_rationale_137", "label": "Get an option from the configuration. `option_name` is a colon-separate", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L137"}, {"id": "types_rationale_148", "label": "Set an option in the configuration. `option_name` is a colon-separated", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L148"}, {"id": "types_rationale_160", "label": "Something that can provide options to a plugin.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L160"}, {"id": "types_rationale_163", "label": "Get the options for a plugin.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L163"}, {"id": "types_rationale_178", "label": "A callable warn() function.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L178"}, {"id": "types_rationale_184", "label": "A DebugControl object, or something like it.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L184"}, {"id": "types_rationale_187", "label": "Decide whether to output debug information in category `option`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L187"}, {"id": "types_rationale_190", "label": "Write a line of debug output.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L190"}, {"id": "types_rationale_194", "label": "Anything that can be written to.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L194"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "pathlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "coverage_plugin", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "types_ttracefn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L33", "weight": 1.0}, {"source": "types_ttracefn", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L33", "weight": 1.0}, {"source": "types_ttracefn", "target": "types_ttracefn_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "types_tfiledisposition", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L56", "weight": 1.0}, {"source": "types_tfiledisposition", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L56", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "types_tracer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L86", "weight": 1.0}, {"source": "types_tracer", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L86", "weight": 1.0}, {"source": "types_tracer", "target": "types_tracer_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L99", "weight": 1.0}, {"source": "types_tracer", "target": "types_tracer_start", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L101", "weight": 1.0}, {"source": "types_tracer", "target": "types_tracer_stop", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L104", "weight": 1.0}, {"source": "types_tracer", "target": "types_tracer_activity", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L107", "weight": 1.0}, {"source": "types_tracer", "target": "types_tracer_reset_activity", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L110", "weight": 1.0}, {"source": "types_tracer", "target": "types_tracer_get_stats", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L113", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "types_tconfigurable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L133", "weight": 1.0}, {"source": "types_tconfigurable", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L133", "weight": 1.0}, {"source": "types_tconfigurable", "target": "types_tconfigurable_get_option", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L136", "weight": 1.0}, {"source": "types_tconfigurable", "target": "types_tconfigurable_set_option", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L147", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "types_tpluginconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L159", "weight": 1.0}, {"source": "types_tpluginconfig", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L159", "weight": 1.0}, {"source": "types_tpluginconfig", "target": "types_tpluginconfig_get_plugin_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L162", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "types_twarnfn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L177", "weight": 1.0}, {"source": "types_twarnfn", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L177", "weight": 1.0}, {"source": "types_twarnfn", "target": "types_twarnfn_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L180", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "types_tdebugctl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L183", "weight": 1.0}, {"source": "types_tdebugctl", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L183", "weight": 1.0}, {"source": "types_tdebugctl", "target": "types_tdebugctl_should", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L186", "weight": 1.0}, {"source": "types_tdebugctl", "target": "types_tdebugctl_write", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L189", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_types_py", "target": "types_twritable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L193", "weight": 1.0}, {"source": "types_twritable", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L193", "weight": 1.0}, {"source": "types_twritable", "target": "types_twritable_write", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L196", "weight": 1.0}, {"source": "types_rationale_34", "target": "types_ttracefn", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L34", "weight": 1.0}, {"source": "types_rationale_57", "target": "types_tfiledisposition", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L57", "weight": 1.0}, {"source": "types_rationale_87", "target": "types_tracer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L87", "weight": 1.0}, {"source": "types_rationale_102", "target": "types_tracer_start", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L102", "weight": 1.0}, {"source": "types_rationale_108", "target": "types_tracer_activity", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L108", "weight": 1.0}, {"source": "types_rationale_111", "target": "types_tracer_reset_activity", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L111", "weight": 1.0}, {"source": "types_rationale_114", "target": "types_tracer_get_stats", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L114", "weight": 1.0}, {"source": "types_rationale_134", "target": "types_tconfigurable", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L134", "weight": 1.0}, {"source": "types_rationale_137", "target": "types_tconfigurable_get_option", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L137", "weight": 1.0}, {"source": "types_rationale_148", "target": "types_tconfigurable_set_option", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L148", "weight": 1.0}, {"source": "types_rationale_160", "target": "types_tpluginconfig", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L160", "weight": 1.0}, {"source": "types_rationale_163", "target": "types_tpluginconfig_get_plugin_options", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L163", "weight": 1.0}, {"source": "types_rationale_178", "target": "types_twarnfn", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L178", "weight": 1.0}, {"source": "types_rationale_184", "target": "types_tdebugctl", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L184", "weight": 1.0}, {"source": "types_rationale_187", "target": "types_tdebugctl_should", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L187", "weight": 1.0}, {"source": "types_rationale_190", "target": "types_tdebugctl_write", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L190", "weight": 1.0}, {"source": "types_rationale_194", "target": "types_twritable", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/types.py", "source_location": "L194", "weight": 1.0}], "raw_calls": []}