1 line
6.7 KiB
JSON
1 line
6.7 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_uvicorn_supervisors_statreload_py", "label": "statreload.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L1"}, {"id": "statreload_statreload", "label": "StatReload", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L14"}, {"id": "basereload", "label": "BaseReload", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "statreload_statreload_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L15"}, {"id": "statreload_statreload_should_restart", "label": ".should_restart()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L28"}, {"id": "statreload_statreload_restart", "label": ".restart()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L45"}, {"id": "statreload_statreload_iter_py_files", "label": ".iter_py_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L49"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_uvicorn_supervisors_statreload_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_supervisors_statreload_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_supervisors_statreload_py", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_supervisors_statreload_py", "target": "socket", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_supervisors_statreload_py", "target": "uvicorn_config", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_supervisors_statreload_py", "target": "uvicorn_supervisors_basereload", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_supervisors_statreload_py", "target": "statreload_statreload", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L14", "weight": 1.0}, {"source": "statreload_statreload", "target": "basereload", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L14", "weight": 1.0}, {"source": "statreload_statreload", "target": "statreload_statreload_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L15", "weight": 1.0}, {"source": "statreload_statreload", "target": "statreload_statreload_should_restart", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L28", "weight": 1.0}, {"source": "statreload_statreload", "target": "statreload_statreload_restart", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L45", "weight": 1.0}, {"source": "statreload_statreload", "target": "statreload_statreload_iter_py_files", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L49", "weight": 1.0}, {"source": "statreload_statreload_should_restart", "target": "statreload_statreload_iter_py_files", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L31", "weight": 1.0}], "raw_calls": [{"caller_nid": "statreload_statreload_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L21"}, {"caller_nid": "statreload_statreload_init", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L26"}, {"caller_nid": "statreload_statreload_should_restart", "callee": "pause", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L29"}, {"caller_nid": "statreload_statreload_should_restart", "callee": "stat", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L33"}, {"caller_nid": "statreload_statreload_should_restart", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L37"}, {"caller_nid": "statreload_statreload_restart", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L47"}, {"caller_nid": "statreload_statreload_iter_py_files", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L51"}, {"caller_nid": "statreload_statreload_iter_py_files", "callee": "rglob", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L51"}, {"caller_nid": "statreload_statreload_iter_py_files", "callee": "resolve", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/supervisors/statreload.py", "source_location": "L52"}]} |