Files
tfm_ainventory/graphify-out/cache/d089b120e7b5d70a70c50886839b91b8c39e4feb8448bb1d7a7fd77df2339934.json

1 line
18 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "label": "class_validators.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L1"}, {"id": "class_validators_onlyvaluevalidatorclsmethod", "label": "_OnlyValueValidatorClsMethod", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L21"}, {"id": "protocol", "label": "Protocol", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "class_validators_onlyvaluevalidatorclsmethod_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L22"}, {"id": "class_validators_v1validatorwithvaluesclsmethod", "label": "_V1ValidatorWithValuesClsMethod", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L24"}, {"id": "class_validators_v1validatorwithvaluesclsmethod_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L25"}, {"id": "class_validators_v1validatorwithvalueskwonlyclsmethod", "label": "_V1ValidatorWithValuesKwOnlyClsMethod", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L27"}, {"id": "class_validators_v1validatorwithvalueskwonlyclsmethod_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L28"}, {"id": "class_validators_v1validatorwithkwargsclsmethod", "label": "_V1ValidatorWithKwargsClsMethod", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L30"}, {"id": "class_validators_v1validatorwithkwargsclsmethod_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L31"}, {"id": "class_validators_v1validatorwithvaluesandkwargsclsmethod", "label": "_V1ValidatorWithValuesAndKwargsClsMethod", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L33"}, {"id": "class_validators_v1validatorwithvaluesandkwargsclsmethod_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L34"}, {"id": "class_validators_v1rootvalidatorclsmethod", "label": "_V1RootValidatorClsMethod", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L36"}, {"id": "class_validators_v1rootvalidatorclsmethod_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L37"}, {"id": "class_validators_validator", "label": "validator()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L82"}, {"id": "class_validators_root_validator", "label": "root_validator()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L159"}, {"id": "class_validators_rationale_1", "label": "Old `@validator` and `@root_validator` function validators from V1.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L1"}, {"id": "class_validators_rationale_91", "label": "Decorate methods on the class indicating that they should be used to validate fi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L91"}, {"id": "class_validators_rationale_210", "label": "Decorate methods on a model indicating that they should be used to validate (and", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L210"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "warnings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_internal_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_warnings_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "class_validators_onlyvaluevalidatorclsmethod", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L21", "weight": 1.0}, {"source": "class_validators_onlyvaluevalidatorclsmethod", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L21", "weight": 1.0}, {"source": "class_validators_onlyvaluevalidatorclsmethod", "target": "class_validators_onlyvaluevalidatorclsmethod_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "class_validators_v1validatorwithvaluesclsmethod", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L24", "weight": 1.0}, {"source": "class_validators_v1validatorwithvaluesclsmethod", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L24", "weight": 1.0}, {"source": "class_validators_v1validatorwithvaluesclsmethod", "target": "class_validators_v1validatorwithvaluesclsmethod_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "class_validators_v1validatorwithvalueskwonlyclsmethod", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L27", "weight": 1.0}, {"source": "class_validators_v1validatorwithvalueskwonlyclsmethod", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L27", "weight": 1.0}, {"source": "class_validators_v1validatorwithvalueskwonlyclsmethod", "target": "class_validators_v1validatorwithvalueskwonlyclsmethod_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "class_validators_v1validatorwithkwargsclsmethod", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L30", "weight": 1.0}, {"source": "class_validators_v1validatorwithkwargsclsmethod", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L30", "weight": 1.0}, {"source": "class_validators_v1validatorwithkwargsclsmethod", "target": "class_validators_v1validatorwithkwargsclsmethod_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "class_validators_v1validatorwithvaluesandkwargsclsmethod", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L33", "weight": 1.0}, {"source": "class_validators_v1validatorwithvaluesandkwargsclsmethod", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L33", "weight": 1.0}, {"source": "class_validators_v1validatorwithvaluesandkwargsclsmethod", "target": "class_validators_v1validatorwithvaluesandkwargsclsmethod_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "class_validators_v1rootvalidatorclsmethod", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L36", "weight": 1.0}, {"source": "class_validators_v1rootvalidatorclsmethod", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L36", "weight": 1.0}, {"source": "class_validators_v1rootvalidatorclsmethod", "target": "class_validators_v1rootvalidatorclsmethod_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "class_validators_validator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "class_validators_root_validator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L159", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "class_validators_root_validator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L172", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "class_validators_root_validator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L185", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "target": "class_validators_root_validator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L204", "weight": 1.0}, {"source": "class_validators_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pydantic_deprecated_class_validators_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L1", "weight": 1.0}, {"source": "class_validators_rationale_91", "target": "class_validators_validator", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L91", "weight": 1.0}, {"source": "class_validators_rationale_210", "target": "class_validators_root_validator", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L210", "weight": 1.0}], "raw_calls": [{"caller_nid": "class_validators_validator", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L112"}, {"caller_nid": "class_validators_validator", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L121"}, {"caller_nid": "class_validators_validator", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L123"}, {"caller_nid": "class_validators_validator", "callee": "PydanticUserError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L124"}, {"caller_nid": "class_validators_validator", "callee": "all", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L129"}, {"caller_nid": "class_validators_validator", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L129"}, {"caller_nid": "class_validators_validator", "callee": "PydanticUserError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L130"}, {"caller_nid": "class_validators_root_validator", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L224"}, {"caller_nid": "class_validators_root_validator", "callee": "root_validator()", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L234"}, {"caller_nid": "class_validators_root_validator", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L237"}, {"caller_nid": "class_validators_root_validator", "callee": "PydanticUserError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L240"}, {"caller_nid": "class_validators_root_validator", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/deprecated/class_validators.py", "source_location": "L246"}]}