Files
tfm_ainventory/graphify-out/cache/0686ff1d22c0574de704e06c5c8d7b0addbb7f8d5f71f414929eac0f2ec2fc21.json

1 line
8.1 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_google_auth_cache_py", "label": "_cache.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L1"}, {"id": "cache_lrucache", "label": "LRUCache", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L18"}, {"id": "dict", "label": "dict", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "cache_lrucache_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L19"}, {"id": "cache_lrucache_clear", "label": ".clear()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L24"}, {"id": "cache_lrucache_get", "label": ".get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L28"}, {"id": "cache_lrucache_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L36"}, {"id": "cache_lrucache_setitem", "label": ".__setitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L41"}, {"id": "cache_lrucache_delitem", "label": ".__delitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L51"}, {"id": "cache_lrucache_popitem", "label": ".popitem()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L55"}, {"id": "cache_lrucache_update", "label": "._update()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L60"}, {"id": "cache_rationale_56", "label": "Remove and return the least recently used key-value pair.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L56"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_google_auth_cache_py", "target": "collections", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_auth_cache_py", "target": "cache_lrucache", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L18", "weight": 1.0}, {"source": "cache_lrucache", "target": "dict", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L18", "weight": 1.0}, {"source": "cache_lrucache", "target": "cache_lrucache_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L19", "weight": 1.0}, {"source": "cache_lrucache", "target": "cache_lrucache_clear", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L24", "weight": 1.0}, {"source": "cache_lrucache", "target": "cache_lrucache_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L28", "weight": 1.0}, {"source": "cache_lrucache", "target": "cache_lrucache_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L36", "weight": 1.0}, {"source": "cache_lrucache", "target": "cache_lrucache_setitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L41", "weight": 1.0}, {"source": "cache_lrucache", "target": "cache_lrucache_delitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L51", "weight": 1.0}, {"source": "cache_lrucache", "target": "cache_lrucache_popitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L55", "weight": 1.0}, {"source": "cache_lrucache", "target": "cache_lrucache_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L60", "weight": 1.0}, {"source": "cache_lrucache_get", "target": "cache_lrucache_getitem", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L30", "weight": 1.0}, {"source": "cache_lrucache_get", "target": "cache_lrucache_update", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L31", "weight": 1.0}, {"source": "cache_lrucache_getitem", "target": "cache_lrucache_update", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L38", "weight": 1.0}, {"source": "cache_lrucache_setitem", "target": "cache_lrucache_popitem", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L47", "weight": 1.0}, {"source": "cache_lrucache_setitem", "target": "cache_lrucache_update", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L49", "weight": 1.0}, {"source": "cache_rationale_56", "target": "cache_lrucache_popitem", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L56", "weight": 1.0}], "raw_calls": [{"caller_nid": "cache_lrucache_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L20"}, {"caller_nid": "cache_lrucache_init", "callee": "OrderedDict", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L21"}, {"caller_nid": "cache_lrucache_clear", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L25"}, {"caller_nid": "cache_lrucache_get", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L30"}, {"caller_nid": "cache_lrucache_getitem", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L37"}, {"caller_nid": "cache_lrucache_setitem", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L46"}, {"caller_nid": "cache_lrucache_setitem", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L48"}, {"caller_nid": "cache_lrucache_delitem", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L52"}, {"caller_nid": "cache_lrucache_popitem", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L58"}, {"caller_nid": "cache_lrucache_popitem", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L58"}, {"caller_nid": "cache_lrucache_update", "callee": "move_to_end", "source_file": "backend/venv/lib/python3.12/site-packages/google/auth/_cache.py", "source_location": "L62"}]}