1 line
10 KiB
JSON
1 line
10 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "label": "utils.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L1"}, {"id": "utils_is_body_allowed_for_status_code", "label": "is_body_allowed_for_status_code()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L26"}, {"id": "utils_get_path_param_names", "label": "get_path_param_names()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L43"}, {"id": "utils_create_model_field", "label": "create_model_field()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L58"}, {"id": "utils_generate_operation_id_for_path", "label": "generate_operation_id_for_path()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L80"}, {"id": "utils_generate_unique_id", "label": "generate_unique_id()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L95"}, {"id": "utils_deep_dict_update", "label": "deep_dict_update()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L103"}, {"id": "utils_get_value_or_default", "label": "get_value_or_default()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L121"}, {"id": "utils_rationale_125", "label": "Pass items or `DefaultPlaceholder`s by descending priority. The first one t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L125"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "fastapi", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "fastapi_compat", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "fastapi_datastructures", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "fastapi_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "pydantic_fields", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "backend_venv_lib_python3_12_site_packages_fastapi_compat_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "backend_venv_lib_python3_12_site_packages_fastapi_routing_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "utils_is_body_allowed_for_status_code", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "utils_get_path_param_names", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "utils_create_model_field", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L58", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "utils_generate_operation_id_for_path", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L80", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "utils_generate_unique_id", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "utils_deep_dict_update", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L103", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_utils_py", "target": "utils_get_value_or_default", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L121", "weight": 1.0}, {"source": "utils_rationale_125", "target": "utils_get_value_or_default", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L125", "weight": 1.0}], "raw_calls": [{"caller_nid": "utils_is_body_allowed_for_status_code", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L39"}, {"caller_nid": "utils_get_path_param_names", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L44"}, {"caller_nid": "utils_get_path_param_names", "callee": "findall", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L44"}, {"caller_nid": "utils_create_model_field", "callee": "annotation_is_pydantic_v1", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L66"}, {"caller_nid": "utils_create_model_field", "callee": "PydanticV1NotSupportedError", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L67"}, {"caller_nid": "utils_create_model_field", "callee": "FieldInfo", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L71"}, {"caller_nid": "utils_create_model_field", "callee": "ModelField", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L73"}, {"caller_nid": "utils_create_model_field", "callee": "FastAPIError", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L75"}, {"caller_nid": "utils_create_model_field", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L76"}, {"caller_nid": "utils_generate_operation_id_for_path", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L83"}, {"caller_nid": "utils_generate_operation_id_for_path", "callee": "sub", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L90"}, {"caller_nid": "utils_generate_operation_id_for_path", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L91"}, {"caller_nid": "utils_generate_unique_id", "callee": "sub", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L97"}, {"caller_nid": "utils_generate_unique_id", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L99"}, {"caller_nid": "utils_generate_unique_id", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L99"}, {"caller_nid": "utils_deep_dict_update", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L104"}, {"caller_nid": "utils_deep_dict_update", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L107"}, {"caller_nid": "utils_deep_dict_update", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L108"}, {"caller_nid": "utils_deep_dict_update", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L113"}, {"caller_nid": "utils_deep_dict_update", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L114"}, {"caller_nid": "utils_get_value_or_default", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/utils.py", "source_location": "L134"}]} |