1 line
10 KiB
JSON
1 line
10 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_dotenv_variables_py", "label": "variables.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L1"}, {"id": "variables_atom", "label": "Atom", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L18"}, {"id": "variables_atom_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L19"}, {"id": "variables_resolve", "label": "resolve()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L26"}, {"id": "variables_literal", "label": "Literal", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L29"}, {"id": "variables_literal_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L30"}, {"id": "variables_literal_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L33"}, {"id": "variables_literal_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L36"}, {"id": "variables_literal_hash", "label": ".__hash__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L41"}, {"id": "variables_literal_resolve", "label": ".resolve()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L44"}, {"id": "variables_variable", "label": "Variable", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L48"}, {"id": "variables_variable_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L49"}, {"id": "variables_variable_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L53"}, {"id": "variables_variable_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L56"}, {"id": "variables_variable_hash", "label": ".__hash__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L61"}, {"id": "variables_variable_resolve", "label": ".resolve()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L64"}, {"id": "variables_parse_variables", "label": "parse_variables()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L70"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_dotenv_variables_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_variables_py", "target": "abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_variables_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_variables_py", "target": "variables_atom", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L18", "weight": 1.0}, {"source": "variables_atom", "target": "variables_atom_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_variables_py", "target": "variables_resolve", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_variables_py", "target": "variables_literal", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L29", "weight": 1.0}, {"source": "variables_literal", "target": "variables_atom", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L29", "weight": 1.0}, {"source": "variables_literal", "target": "variables_literal_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L30", "weight": 1.0}, {"source": "variables_literal", "target": "variables_literal_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L33", "weight": 1.0}, {"source": "variables_literal", "target": "variables_literal_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L36", "weight": 1.0}, {"source": "variables_literal", "target": "variables_literal_hash", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L41", "weight": 1.0}, {"source": "variables_literal", "target": "variables_literal_resolve", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_variables_py", "target": "variables_variable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L48", "weight": 1.0}, {"source": "variables_variable", "target": "variables_atom", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L48", "weight": 1.0}, {"source": "variables_variable", "target": "variables_variable_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L49", "weight": 1.0}, {"source": "variables_variable", "target": "variables_variable_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L53", "weight": 1.0}, {"source": "variables_variable", "target": "variables_variable_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L56", "weight": 1.0}, {"source": "variables_variable", "target": "variables_variable_hash", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L61", "weight": 1.0}, {"source": "variables_variable", "target": "variables_variable_resolve", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L64", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_variables_py", "target": "variables_parse_variables", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L70", "weight": 1.0}, {"source": "variables_atom_ne", "target": "variables_variable_eq", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L20", "weight": 1.0}, {"source": "variables_parse_variables", "target": "variables_literal", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L79", "weight": 1.0}, {"source": "variables_parse_variables", "target": "variables_variable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L81", "weight": 1.0}], "raw_calls": [{"caller_nid": "variables_literal_eq", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L37"}, {"caller_nid": "variables_literal_hash", "callee": "hash", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L42"}, {"caller_nid": "variables_variable_eq", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L57"}, {"caller_nid": "variables_variable_hash", "callee": "hash", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L62"}, {"caller_nid": "variables_variable_resolve", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L66"}, {"caller_nid": "variables_parse_variables", "callee": "finditer", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L73"}, {"caller_nid": "variables_parse_variables", "callee": "span", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L74"}, {"caller_nid": "variables_parse_variables", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/variables.py", "source_location": "L84"}]} |