1 line
13 KiB
JSON
1 line
13 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_starlette_convertors_py", "label": "convertors.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L1"}, {"id": "convertors_convertor", "label": "Convertor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L10"}, {"id": "convertors_convertor_convert", "label": ".convert()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L13"}, {"id": "convertors_convertor_to_string", "label": ".to_string()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L16"}, {"id": "convertors_stringconvertor", "label": "StringConvertor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L20"}, {"id": "convertors_stringconvertor_convert", "label": ".convert()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L23"}, {"id": "convertors_stringconvertor_to_string", "label": ".to_string()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L26"}, {"id": "convertors_pathconvertor", "label": "PathConvertor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L33"}, {"id": "convertors_pathconvertor_convert", "label": ".convert()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L36"}, {"id": "convertors_pathconvertor_to_string", "label": ".to_string()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L39"}, {"id": "convertors_integerconvertor", "label": "IntegerConvertor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L43"}, {"id": "convertors_integerconvertor_convert", "label": ".convert()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L46"}, {"id": "convertors_integerconvertor_to_string", "label": ".to_string()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L49"}, {"id": "convertors_floatconvertor", "label": "FloatConvertor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L55"}, {"id": "convertors_floatconvertor_convert", "label": ".convert()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L58"}, {"id": "convertors_floatconvertor_to_string", "label": ".to_string()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L61"}, {"id": "convertors_uuidconvertor", "label": "UUIDConvertor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L69"}, {"id": "convertors_uuidconvertor_convert", "label": ".convert()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L72"}, {"id": "convertors_uuidconvertor_to_string", "label": ".to_string()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L75"}, {"id": "convertors_register_url_convertor", "label": "register_url_convertor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L88"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_starlette_convertors_py", "target": "math", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_convertors_py", "target": "uuid", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_convertors_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_convertors_py", "target": "convertors_convertor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L10", "weight": 1.0}, {"source": "convertors_convertor", "target": "convertors_convertor_convert", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L13", "weight": 1.0}, {"source": "convertors_convertor", "target": "convertors_convertor_to_string", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_convertors_py", "target": "convertors_stringconvertor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L20", "weight": 1.0}, {"source": "convertors_stringconvertor", "target": "convertors_stringconvertor_convert", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L23", "weight": 1.0}, {"source": "convertors_stringconvertor", "target": "convertors_stringconvertor_to_string", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_convertors_py", "target": "convertors_pathconvertor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L33", "weight": 1.0}, {"source": "convertors_pathconvertor", "target": "convertors_pathconvertor_convert", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L36", "weight": 1.0}, {"source": "convertors_pathconvertor", "target": "convertors_pathconvertor_to_string", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_convertors_py", "target": "convertors_integerconvertor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L43", "weight": 1.0}, {"source": "convertors_integerconvertor", "target": "convertors_integerconvertor_convert", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L46", "weight": 1.0}, {"source": "convertors_integerconvertor", "target": "convertors_integerconvertor_to_string", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_convertors_py", "target": "convertors_floatconvertor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L55", "weight": 1.0}, {"source": "convertors_floatconvertor", "target": "convertors_floatconvertor_convert", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L58", "weight": 1.0}, {"source": "convertors_floatconvertor", "target": "convertors_floatconvertor_to_string", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L61", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_convertors_py", "target": "convertors_uuidconvertor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L69", "weight": 1.0}, {"source": "convertors_uuidconvertor", "target": "convertors_uuidconvertor_convert", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L72", "weight": 1.0}, {"source": "convertors_uuidconvertor", "target": "convertors_uuidconvertor_to_string", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L75", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_convertors_py", "target": "convertors_register_url_convertor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L88", "weight": 1.0}], "raw_calls": [{"caller_nid": "convertors_convertor_convert", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L14"}, {"caller_nid": "convertors_convertor_to_string", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L17"}, {"caller_nid": "convertors_stringconvertor_to_string", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L27"}, {"caller_nid": "convertors_pathconvertor_convert", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L37"}, {"caller_nid": "convertors_pathconvertor_to_string", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L40"}, {"caller_nid": "convertors_integerconvertor_convert", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L47"}, {"caller_nid": "convertors_integerconvertor_to_string", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L50"}, {"caller_nid": "convertors_integerconvertor_to_string", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L52"}, {"caller_nid": "convertors_floatconvertor_convert", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L59"}, {"caller_nid": "convertors_floatconvertor_to_string", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L62"}, {"caller_nid": "convertors_floatconvertor_to_string", "callee": "isnan", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L64"}, {"caller_nid": "convertors_floatconvertor_to_string", "callee": "isinf", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L65"}, {"caller_nid": "convertors_floatconvertor_to_string", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L66"}, {"caller_nid": "convertors_floatconvertor_to_string", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L66"}, {"caller_nid": "convertors_uuidconvertor_convert", "callee": "UUID", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L73"}, {"caller_nid": "convertors_uuidconvertor_to_string", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/convertors.py", "source_location": "L76"}]} |