Files
tfm_ainventory/graphify-out/cache/86f3e46aa33b664e96b450c70201ac4dcda3b59b97b129a4680aabd9d4ad0d9f.json

1 line
8.3 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_caches_redis_cache_py", "label": "redis_cache.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L1"}, {"id": "redis_cache_rediscache", "label": "RedisCache", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L16"}, {"id": "basecache", "label": "BaseCache", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "redis_cache_rediscache_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L17"}, {"id": "redis_cache_rediscache_get", "label": ".get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L20"}, {"id": "redis_cache_rediscache_set", "label": ".set()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L23"}, {"id": "redis_cache_rediscache_delete", "label": ".delete()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L37"}, {"id": "redis_cache_rediscache_clear", "label": ".clear()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L40"}, {"id": "redis_cache_rediscache_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L46"}, {"id": "redis_cache_rationale_41", "label": "Helper for clearing all the keys in a database. Use with caution!", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L41"}, {"id": "redis_cache_rationale_47", "label": "Redis uses connection pooling, no need to close the connection.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L47"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_caches_redis_cache_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_caches_redis_cache_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_caches_redis_cache_py", "target": "pip_vendor_cachecontrol_cache", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_caches_redis_cache_py", "target": "redis", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_cachecontrol_caches_redis_cache_py", "target": "redis_cache_rediscache", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L16", "weight": 1.0}, {"source": "redis_cache_rediscache", "target": "basecache", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L16", "weight": 1.0}, {"source": "redis_cache_rediscache", "target": "redis_cache_rediscache_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L17", "weight": 1.0}, {"source": "redis_cache_rediscache", "target": "redis_cache_rediscache_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L20", "weight": 1.0}, {"source": "redis_cache_rediscache", "target": "redis_cache_rediscache_set", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L23", "weight": 1.0}, {"source": "redis_cache_rediscache", "target": "redis_cache_rediscache_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L37", "weight": 1.0}, {"source": "redis_cache_rediscache", "target": "redis_cache_rediscache_clear", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L40", "weight": 1.0}, {"source": "redis_cache_rediscache", "target": "redis_cache_rediscache_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L46", "weight": 1.0}, {"source": "redis_cache_rediscache_clear", "target": "redis_cache_rediscache_delete", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L44", "weight": 1.0}, {"source": "redis_cache_rationale_41", "target": "redis_cache_rediscache_clear", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L41", "weight": 1.0}, {"source": "redis_cache_rationale_47", "target": "redis_cache_rediscache_close", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L47", "weight": 1.0}], "raw_calls": [{"caller_nid": "redis_cache_rediscache_set", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L28"}, {"caller_nid": "redis_cache_rediscache_set", "callee": "now", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L29"}, {"caller_nid": "redis_cache_rediscache_set", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L31"}, {"caller_nid": "redis_cache_rediscache_set", "callee": "setex", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L33"}, {"caller_nid": "redis_cache_rediscache_set", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L33"}, {"caller_nid": "redis_cache_rediscache_set", "callee": "total_seconds", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L33"}, {"caller_nid": "redis_cache_rediscache_set", "callee": "setex", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L35"}, {"caller_nid": "redis_cache_rediscache_clear", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", "source_location": "L43"}]}