1 line
10 KiB
JSON
1 line
10 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_cache_py", "label": "cache.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L1"}, {"id": "cache_basecache", "label": "BaseCache", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L19"}, {"id": "cache_basecache_get", "label": ".get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L20"}, {"id": "cache_basecache_set", "label": ".set()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L23"}, {"id": "cache_basecache_delete", "label": ".delete()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L28"}, {"id": "cache_basecache_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L31"}, {"id": "cache_dictcache", "label": "DictCache", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L35"}, {"id": "cache_dictcache_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L36"}, {"id": "cache_dictcache_get", "label": ".get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L40"}, {"id": "cache_dictcache_set", "label": ".set()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L43"}, {"id": "cache_dictcache_delete", "label": ".delete()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L49"}, {"id": "cache_separatebodybasecache", "label": "SeparateBodyBaseCache", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L55"}, {"id": "cache_separatebodybasecache_set_body", "label": ".set_body()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L68"}, {"id": "cache_separatebodybasecache_get_body", "label": ".get_body()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L71"}, {"id": "cache_rationale_56", "label": "In this variant, the body is not stored mixed in with the metadata, but is p", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L56"}, {"id": "cache_rationale_72", "label": "Return the body as file-like object.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L72"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_cache_py", "target": "threading", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_cache_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_cache_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_cache_py", "target": "cache_basecache", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L19", "weight": 1.0}, {"source": "cache_basecache", "target": "cache_basecache_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L20", "weight": 1.0}, {"source": "cache_basecache", "target": "cache_basecache_set", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L23", "weight": 1.0}, {"source": "cache_basecache", "target": "cache_basecache_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L28", "weight": 1.0}, {"source": "cache_basecache", "target": "cache_basecache_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_cache_py", "target": "cache_dictcache", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L35", "weight": 1.0}, {"source": "cache_dictcache", "target": "cache_basecache", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L35", "weight": 1.0}, {"source": "cache_dictcache", "target": "cache_dictcache_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L36", "weight": 1.0}, {"source": "cache_dictcache", "target": "cache_dictcache_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L40", "weight": 1.0}, {"source": "cache_dictcache", "target": "cache_dictcache_set", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L43", "weight": 1.0}, {"source": "cache_dictcache", "target": "cache_dictcache_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_cache_py", "target": "cache_separatebodybasecache", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L55", "weight": 1.0}, {"source": "cache_separatebodybasecache", "target": "cache_basecache", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L55", "weight": 1.0}, {"source": "cache_separatebodybasecache", "target": "cache_separatebodybasecache_set_body", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L68", "weight": 1.0}, {"source": "cache_separatebodybasecache", "target": "cache_separatebodybasecache_get_body", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L71", "weight": 1.0}, {"source": "cache_rationale_56", "target": "cache_separatebodybasecache", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L56", "weight": 1.0}, {"source": "cache_rationale_72", "target": "cache_separatebodybasecache_get_body", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L72", "weight": 1.0}], "raw_calls": [{"caller_nid": "cache_basecache_get", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L21"}, {"caller_nid": "cache_basecache_set", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L26"}, {"caller_nid": "cache_basecache_delete", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L29"}, {"caller_nid": "cache_dictcache_init", "callee": "Lock", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L37"}, {"caller_nid": "cache_dictcache_set", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L47"}, {"caller_nid": "cache_dictcache_delete", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L52"}, {"caller_nid": "cache_separatebodybasecache_set_body", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L69"}, {"caller_nid": "cache_separatebodybasecache_get_body", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py", "source_location": "L75"}]} |