1 line
19 KiB
JSON
1 line
19 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "label": "__init__.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L1"}, {"id": "init_fn_matches", "label": "_fn_matches()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L28"}, {"id": "init_load_formatters", "label": "_load_formatters()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L36"}, {"id": "init_get_all_formatters", "label": "get_all_formatters()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L44"}, {"id": "init_find_formatter_class", "label": "find_formatter_class()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L55"}, {"id": "init_get_formatter_by_name", "label": "get_formatter_by_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L70"}, {"id": "init_load_formatter_from_file", "label": "load_formatter_from_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L84"}, {"id": "init_get_formatter_for_filename", "label": "get_formatter_for_filename()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L118"}, {"id": "init_automodule", "label": "_automodule", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L140"}, {"id": "init_automodule_getattr", "label": ".__getattr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L143"}, {"id": "init_rationale_1", "label": "pygments.formatters ~~~~~~~~~~~~~~~~~~~ Pygments formatters. :copy", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L1"}, {"id": "init_rationale_29", "label": "Return whether the supplied file name fn matches pattern filename.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L29"}, {"id": "init_rationale_37", "label": "Load a formatter (and all others in the module too).", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L37"}, {"id": "init_rationale_45", "label": "Return a generator for all formatter classes.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L45"}, {"id": "init_rationale_56", "label": "Lookup a formatter by alias. Returns None if not found.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L56"}, {"id": "init_rationale_71", "label": "Return an instance of a :class:`.Formatter` subclass that has `alias` in its", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L71"}, {"id": "init_rationale_85", "label": "Return a `Formatter` subclass instance loaded from the provided file, relative", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L85"}, {"id": "init_rationale_119", "label": "Return a :class:`.Formatter` subclass instance that has a filename pattern m", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L119"}, {"id": "init_rationale_141", "label": "Automatically import formatters.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L141"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "types", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "fnmatch", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "os_path", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "pip_vendor_pygments_formatters_mapping", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "pip_vendor_pygments_plugin", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "pip_vendor_pygments_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "init_fn_matches", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "init_load_formatters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "init_get_all_formatters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "init_find_formatter_class", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "init_get_formatter_by_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L70", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "init_load_formatter_from_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L84", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "init_get_formatter_for_filename", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L118", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "target": "init_automodule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L140", "weight": 1.0}, {"source": "init_automodule", "target": "init_automodule_getattr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L143", "weight": 1.0}, {"source": "init_get_all_formatters", "target": "init_load_formatters", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L49", "weight": 1.0}, {"source": "init_find_formatter_class", "target": "init_load_formatters", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L63", "weight": 1.0}, {"source": "init_get_formatter_by_name", "target": "init_find_formatter_class", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L78", "weight": 1.0}, {"source": "init_get_formatter_for_filename", "target": "init_fn_matches", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L129", "weight": 1.0}, {"source": "init_get_formatter_for_filename", "target": "init_load_formatters", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L131", "weight": 1.0}, {"source": "init_automodule_getattr", "target": "init_load_formatters", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L146", "weight": 1.0}, {"source": "init_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_pygments_formatters_init_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "init_rationale_29", "target": "init_fn_matches", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L29", "weight": 1.0}, {"source": "init_rationale_37", "target": "init_load_formatters", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L37", "weight": 1.0}, {"source": "init_rationale_45", "target": "init_get_all_formatters", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L45", "weight": 1.0}, {"source": "init_rationale_56", "target": "init_find_formatter_class", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L56", "weight": 1.0}, {"source": "init_rationale_71", "target": "init_get_formatter_by_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L71", "weight": 1.0}, {"source": "init_rationale_85", "target": "init_load_formatter_from_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L85", "weight": 1.0}, {"source": "init_rationale_119", "target": "init_get_formatter_for_filename", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L119", "weight": 1.0}, {"source": "init_rationale_141", "target": "init_automodule", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L141", "weight": 1.0}], "raw_calls": [{"caller_nid": "init_fn_matches", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L31"}, {"caller_nid": "init_fn_matches", "callee": "translate", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L31"}, {"caller_nid": "init_fn_matches", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L32"}, {"caller_nid": "init_fn_matches", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L33"}, {"caller_nid": "init_load_formatters", "callee": "__import__", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L38"}, {"caller_nid": "init_load_formatters", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L40"}, {"caller_nid": "init_get_all_formatters", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L47"}, {"caller_nid": "init_get_all_formatters", "callee": "find_plugin_formatters", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L51"}, {"caller_nid": "init_find_formatter_class", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L60"}, {"caller_nid": "init_find_formatter_class", "callee": "find_plugin_formatters", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L65"}, {"caller_nid": "init_get_formatter_by_name", "callee": "ClassNotFound", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L80"}, {"caller_nid": "init_get_formatter_by_name", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L81"}, {"caller_nid": "init_load_formatter_from_file", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L102"}, {"caller_nid": "init_load_formatter_from_file", "callee": "exec", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L103"}, {"caller_nid": "init_load_formatter_from_file", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L103"}, {"caller_nid": "init_load_formatter_from_file", "callee": "ClassNotFound", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L106"}, {"caller_nid": "init_load_formatter_from_file", "callee": "formatter_class", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L109"}, {"caller_nid": "init_load_formatter_from_file", "callee": "ClassNotFound", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L111"}, {"caller_nid": "init_load_formatter_from_file", "callee": "ClassNotFound", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L115"}, {"caller_nid": "init_get_formatter_for_filename", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L126"}, {"caller_nid": "init_get_formatter_for_filename", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L127"}, {"caller_nid": "init_get_formatter_for_filename", "callee": "_formatter_cache[name]", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L132"}, {"caller_nid": "init_get_formatter_for_filename", "callee": "find_plugin_formatters", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L133"}, {"caller_nid": "init_get_formatter_for_filename", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L136"}, {"caller_nid": "init_get_formatter_for_filename", "callee": "ClassNotFound", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L137"}, {"caller_nid": "init_automodule_getattr", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L144"}, {"caller_nid": "init_automodule_getattr", "callee": "setattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L148"}, {"caller_nid": "init_automodule_getattr", "callee": "AttributeError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py", "source_location": "L150"}]} |