1 line
7.6 KiB
JSON
1 line
7.6 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pygments_filter_py", "label": "filter.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L1"}, {"id": "filter_apply_filters", "label": "apply_filters()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L12"}, {"id": "filter_simplefilter", "label": "simplefilter()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L25"}, {"id": "filter_filter", "label": "Filter", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L41"}, {"id": "filter_filter_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L47"}, {"id": "filter_filter_filter", "label": ".filter()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L50"}, {"id": "filter_functionfilter", "label": "FunctionFilter", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L54"}, {"id": "filter_functionfilter_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L63"}, {"id": "filter_functionfilter_filter", "label": ".filter()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L68"}, {"id": "filter_rationale_1", "label": "pygments.filter ~~~~~~~~~~~~~~~ Module that implements the default filt", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L1"}, {"id": "filter_rationale_13", "label": "Use this method to apply an iterable of filters to a stream. If lexer is giv", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L13"}, {"id": "filter_rationale_26", "label": "Decorator that converts a function into a filter:: @simplefilter", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L26"}, {"id": "filter_rationale_42", "label": "Default filter. Subclass this class or use the `simplefilter` decorator to c", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L42"}, {"id": "filter_rationale_55", "label": "Abstract class used by `simplefilter` to create simple function filters on t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L55"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pygments_filter_py", "target": "filter_apply_filters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_filter_py", "target": "filter_simplefilter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_filter_py", "target": "filter_filter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L41", "weight": 1.0}, {"source": "filter_filter", "target": "filter_filter_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L47", "weight": 1.0}, {"source": "filter_filter", "target": "filter_filter_filter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_filter_py", "target": "filter_functionfilter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L54", "weight": 1.0}, {"source": "filter_functionfilter", "target": "filter_filter", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L54", "weight": 1.0}, {"source": "filter_functionfilter", "target": "filter_functionfilter_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L63", "weight": 1.0}, {"source": "filter_functionfilter", "target": "filter_functionfilter_filter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L68", "weight": 1.0}, {"source": "filter_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pygments_filter_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L1", "weight": 1.0}, {"source": "filter_rationale_13", "target": "filter_apply_filters", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L13", "weight": 1.0}, {"source": "filter_rationale_26", "target": "filter_simplefilter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L26", "weight": 1.0}, {"source": "filter_rationale_42", "target": "filter_filter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L42", "weight": 1.0}, {"source": "filter_rationale_55", "target": "filter_functionfilter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L55", "weight": 1.0}], "raw_calls": [{"caller_nid": "filter_apply_filters", "callee": "_apply", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L21"}, {"caller_nid": "filter_simplefilter", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L34"}, {"caller_nid": "filter_simplefilter", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L35"}, {"caller_nid": "filter_filter_filter", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L51"}, {"caller_nid": "filter_functionfilter_init", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L64"}, {"caller_nid": "filter_functionfilter_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L65"}, {"caller_nid": "filter_functionfilter_filter", "callee": "function", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/filter.py", "source_location": "L70"}]} |