1 line
21 KiB
JSON
1 line
21 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "label": "error_wrappers.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L1"}, {"id": "error_wrappers_errordictrequired", "label": "_ErrorDictRequired", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L16"}, {"id": "typeddict", "label": "TypedDict", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "error_wrappers_errordict", "label": "ErrorDict", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L21"}, {"id": "error_wrappers_errorwrapper", "label": "ErrorWrapper", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L28"}, {"id": "representation", "label": "Representation", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "error_wrappers_errorwrapper_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L31"}, {"id": "error_wrappers_errorwrapper_loc_tuple", "label": ".loc_tuple()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L35"}, {"id": "error_wrappers_errorwrapper_repr_args", "label": ".__repr_args__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L41"}, {"id": "error_wrappers_validationerror", "label": "ValidationError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L50"}, {"id": "valueerror", "label": "ValueError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "error_wrappers_validationerror_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L53"}, {"id": "error_wrappers_validationerror_errors", "label": ".errors()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L58"}, {"id": "error_wrappers_validationerror_json", "label": ".json()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L67"}, {"id": "error_wrappers_validationerror_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L70"}, {"id": "error_wrappers_validationerror_repr_args", "label": ".__repr_args__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L78"}, {"id": "error_wrappers_display_errors", "label": "display_errors()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L82"}, {"id": "error_wrappers_display_error_loc", "label": "_display_error_loc()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L86"}, {"id": "error_wrappers_display_error_type_and_ctx", "label": "_display_error_type_and_ctx()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L90"}, {"id": "error_wrappers_flatten_errors", "label": "flatten_errors()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L99"}, {"id": "error_wrappers_error_dict", "label": "error_dict()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L119"}, {"id": "error_wrappers_get_exc_type", "label": "get_exc_type()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L139"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "pydantic_v1_json", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "pydantic_v1_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "pydantic_v1_config", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "pydantic_v1_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "pydantic_v1_typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "error_wrappers_errordictrequired", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L16", "weight": 1.0}, {"source": "error_wrappers_errordictrequired", "target": "typeddict", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "error_wrappers_errordict", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L21", "weight": 1.0}, {"source": "error_wrappers_errordict", "target": "error_wrappers_errordictrequired", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "error_wrappers_errorwrapper", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L28", "weight": 1.0}, {"source": "error_wrappers_errorwrapper", "target": "representation", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L28", "weight": 1.0}, {"source": "error_wrappers_errorwrapper", "target": "error_wrappers_errorwrapper_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L31", "weight": 1.0}, {"source": "error_wrappers_errorwrapper", "target": "error_wrappers_errorwrapper_loc_tuple", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L35", "weight": 1.0}, {"source": "error_wrappers_errorwrapper", "target": "error_wrappers_errorwrapper_repr_args", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "error_wrappers_validationerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L50", "weight": 1.0}, {"source": "error_wrappers_validationerror", "target": "representation", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L50", "weight": 1.0}, {"source": "error_wrappers_validationerror", "target": "valueerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L50", "weight": 1.0}, {"source": "error_wrappers_validationerror", "target": "error_wrappers_validationerror_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L53", "weight": 1.0}, {"source": "error_wrappers_validationerror", "target": "error_wrappers_validationerror_errors", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L58", "weight": 1.0}, {"source": "error_wrappers_validationerror", "target": "error_wrappers_validationerror_json", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L67", "weight": 1.0}, {"source": "error_wrappers_validationerror", "target": "error_wrappers_validationerror_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L70", "weight": 1.0}, {"source": "error_wrappers_validationerror", "target": "error_wrappers_validationerror_repr_args", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L78", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "error_wrappers_display_errors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "error_wrappers_display_error_loc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L86", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "error_wrappers_display_error_type_and_ctx", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L90", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "error_wrappers_flatten_errors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L99", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "error_wrappers_error_dict", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L119", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "error_wrappers_get_exc_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L139", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_error_wrappers_py", "target": "error_wrappers_get_exc_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L149", "weight": 1.0}, {"source": "error_wrappers_errorwrapper_repr_args", "target": "error_wrappers_errorwrapper_loc_tuple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L42", "weight": 1.0}, {"source": "error_wrappers_validationerror_errors", "target": "error_wrappers_flatten_errors", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L64", "weight": 1.0}, {"source": "error_wrappers_validationerror_json", "target": "error_wrappers_validationerror_errors", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L68", "weight": 1.0}, {"source": "error_wrappers_validationerror_str", "target": "error_wrappers_validationerror_errors", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L71", "weight": 1.0}, {"source": "error_wrappers_validationerror_str", "target": "error_wrappers_display_errors", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L75", "weight": 1.0}, {"source": "error_wrappers_validationerror_repr_args", "target": "error_wrappers_validationerror_errors", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L79", "weight": 1.0}, {"source": "error_wrappers_display_errors", "target": "error_wrappers_display_error_loc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L83", "weight": 1.0}, {"source": "error_wrappers_display_errors", "target": "error_wrappers_display_error_type_and_ctx", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L83", "weight": 1.0}, {"source": "error_wrappers_flatten_errors", "target": "error_wrappers_errorwrapper_loc_tuple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L105", "weight": 1.0}, {"source": "error_wrappers_flatten_errors", "target": "error_wrappers_error_dict", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L112", "weight": 1.0}, {"source": "error_wrappers_error_dict", "target": "error_wrappers_get_exc_type", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L120", "weight": 1.0}], "raw_calls": [{"caller_nid": "error_wrappers_errorwrapper_loc_tuple", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L36"}, {"caller_nid": "error_wrappers_validationerror_errors", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L64"}, {"caller_nid": "error_wrappers_validationerror_json", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L68"}, {"caller_nid": "error_wrappers_validationerror_str", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L72"}, {"caller_nid": "error_wrappers_display_errors", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L83"}, {"caller_nid": "error_wrappers_display_error_loc", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L87"}, {"caller_nid": "error_wrappers_display_error_loc", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L87"}, {"caller_nid": "error_wrappers_display_error_type_and_ctx", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L92"}, {"caller_nid": "error_wrappers_display_error_type_and_ctx", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L94"}, {"caller_nid": "error_wrappers_display_error_type_and_ctx", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L94"}, {"caller_nid": "error_wrappers_flatten_errors", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L103"}, {"caller_nid": "error_wrappers_flatten_errors", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L109"}, {"caller_nid": "error_wrappers_flatten_errors", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L113"}, {"caller_nid": "error_wrappers_flatten_errors", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L116"}, {"caller_nid": "error_wrappers_error_dict", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L121"}, {"caller_nid": "error_wrappers_error_dict", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L121"}, {"caller_nid": "error_wrappers_error_dict", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L124"}, {"caller_nid": "error_wrappers_error_dict", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L126"}, {"caller_nid": "error_wrappers_get_exc_type", "callee": "_get_exc_type", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L144"}, {"caller_nid": "error_wrappers_get_exc_type", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L150"}, {"caller_nid": "error_wrappers_get_exc_type", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L153"}, {"caller_nid": "error_wrappers_get_exc_type", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L160"}, {"caller_nid": "error_wrappers_get_exc_type", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L160"}, {"caller_nid": "error_wrappers_get_exc_type", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/error_wrappers.py", "source_location": "L160"}]} |