1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "label": "_schema_validator.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L1"}, {"id": "schema_validator_create_schema_validator", "label": "create_schema_validator()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L22"}, {"id": "schema_validator_pluggableschemavalidator", "label": "PluggableSchemaValidator", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L56"}, {"id": "schema_validator_pluggableschemavalidator_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L61"}, {"id": "schema_validator_pluggableschemavalidator_getattr", "label": ".__getattr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L95"}, {"id": "schema_validator_build_wrapper", "label": "build_wrapper()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L99"}, {"id": "schema_validator_filter_handlers", "label": "filter_handlers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L131"}, {"id": "schema_validator_rationale_1", "label": "Pluggable schema validator for pydantic.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L1"}, {"id": "schema_validator_rationale_32", "label": "Create a `SchemaValidator` or `PluggableSchemaValidator` if plugins are installe", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L32"}, {"id": "schema_validator_rationale_57", "label": "Pluggable schema validator.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L57"}, {"id": "schema_validator_rationale_132", "label": "Filter out handler methods which are not implemented by the plugin directly - e.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L132"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "target": "pydantic_core", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "target": "schema_validator_create_schema_validator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "target": "schema_validator_pluggableschemavalidator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L56", "weight": 1.0}, {"source": "schema_validator_pluggableschemavalidator", "target": "schema_validator_pluggableschemavalidator_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L61", "weight": 1.0}, {"source": "schema_validator_pluggableschemavalidator", "target": "schema_validator_pluggableschemavalidator_getattr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "target": "schema_validator_build_wrapper", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L99", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "target": "schema_validator_filter_handlers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L131", "weight": 1.0}, {"source": "schema_validator_create_schema_validator", "target": "schema_validator_pluggableschemavalidator", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L42", "weight": 1.0}, {"source": "schema_validator_pluggableschemavalidator_init", "target": "schema_validator_build_wrapper", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L91", "weight": 1.0}, {"source": "schema_validator_build_wrapper", "target": "schema_validator_filter_handlers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L103", "weight": 1.0}, {"source": "schema_validator_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pydantic_plugin_schema_validator_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L1", "weight": 1.0}, {"source": "schema_validator_rationale_32", "target": "schema_validator_create_schema_validator", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L32", "weight": 1.0}, {"source": "schema_validator_rationale_57", "target": "schema_validator_pluggableschemavalidator", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L57", "weight": 1.0}, {"source": "schema_validator_rationale_132", "target": "schema_validator_filter_handlers", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L132", "weight": 1.0}], "raw_calls": [{"caller_nid": "schema_validator_create_schema_validator", "callee": "get_plugins", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L40"}, {"caller_nid": "schema_validator_create_schema_validator", "callee": "SchemaTypePath", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L45"}, {"caller_nid": "schema_validator_create_schema_validator", "callee": "SchemaValidator", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L53"}, {"caller_nid": "schema_validator_pluggableschemavalidator_init", "callee": "SchemaValidator", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L72"}, {"caller_nid": "schema_validator_pluggableschemavalidator_init", "callee": "new_schema_validator", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L79"}, {"caller_nid": "schema_validator_pluggableschemavalidator_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L83"}, {"caller_nid": "schema_validator_pluggableschemavalidator_init", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L85"}, {"caller_nid": "schema_validator_pluggableschemavalidator_init", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L87"}, {"caller_nid": "schema_validator_pluggableschemavalidator_init", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L89"}, {"caller_nid": "schema_validator_pluggableschemavalidator_getattr", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L96"}, {"caller_nid": "schema_validator_build_wrapper", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L103"}, {"caller_nid": "schema_validator_build_wrapper", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L104"}, {"caller_nid": "schema_validator_build_wrapper", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L105"}, {"caller_nid": "schema_validator_build_wrapper", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L106"}, {"caller_nid": "schema_validator_build_wrapper", "callee": "wraps", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L108"}, {"caller_nid": "schema_validator_filter_handlers", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/plugin/_schema_validator.py", "source_location": "L135"}]} |