Files
tfm_ainventory/graphify-out/cache/0341b2822926b2cfd2e46738bab36280c202c4856058e59ec133d23e56a45ed1.json

1 line
21 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "label": "_repr.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L1"}, {"id": "repr_plainrepr", "label": "PlainRepr", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L22"}, {"id": "str", "label": "str", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repr_plainrepr_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L27"}, {"id": "repr_representation", "label": "Representation", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L31"}, {"id": "repr_representation_repr_args", "label": ".__repr_args__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L39"}, {"id": "repr_representation_repr_name", "label": ".__repr_name__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L52"}, {"id": "repr_representation_repr_recursion", "label": ".__repr_recursion__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L56"}, {"id": "repr_representation_repr_str", "label": ".__repr_str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L61"}, {"id": "repr_representation_pretty", "label": ".__pretty__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L64"}, {"id": "repr_representation_rich_repr", "label": ".__rich_repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L77"}, {"id": "repr_representation_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L85"}, {"id": "repr_representation_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L88"}, {"id": "repr_display_as_type", "label": "display_as_type()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L92"}, {"id": "repr_rationale_1", "label": "Tools to provide pretty/human-readable display of objects.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L1"}, {"id": "repr_rationale_23", "label": "String class where repr doesn't include quotes. Useful with Representation when", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L23"}, {"id": "repr_rationale_40", "label": "Returns the attributes to show in __str__, __repr__, and __pretty__ this is gene", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L40"}, {"id": "repr_rationale_53", "label": "Name of the instance's class, used in __repr__.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L53"}, {"id": "repr_rationale_57", "label": "Returns the string representation of a recursive object.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L57"}, {"id": "repr_rationale_65", "label": "Used by devtools (https://python-devtools.helpmanual.io/) to pretty print object", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L65"}, {"id": "repr_rationale_78", "label": "Used by Rich (https://rich.readthedocs.io/en/stable/pretty.html) to pretty print", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L78"}, {"id": "repr_rationale_93", "label": "Pretty representation of a type, should be as close as possible to the original", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L93"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "target": "types", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "target": "typing_extensions", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "target": "typing_inspection", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "target": "typing_inspection_introspection", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_internal_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "target": "repr_plainrepr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L22", "weight": 1.0}, {"source": "repr_plainrepr", "target": "str", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L22", "weight": 1.0}, {"source": "repr_plainrepr", "target": "repr_plainrepr_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "target": "repr_representation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L31", "weight": 1.0}, {"source": "repr_representation", "target": "repr_representation_repr_args", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L39", "weight": 1.0}, {"source": "repr_representation", "target": "repr_representation_repr_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L52", "weight": 1.0}, {"source": "repr_representation", "target": "repr_representation_repr_recursion", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L56", "weight": 1.0}, {"source": "repr_representation", "target": "repr_representation_repr_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L61", "weight": 1.0}, {"source": "repr_representation", "target": "repr_representation_pretty", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L64", "weight": 1.0}, {"source": "repr_representation", "target": "repr_representation_rich_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L77", "weight": 1.0}, {"source": "repr_representation", "target": "repr_representation_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L85", "weight": 1.0}, {"source": "repr_representation", "target": "repr_representation_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L88", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "target": "repr_display_as_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L92", "weight": 1.0}, {"source": "repr_plainrepr_repr", "target": "str", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L28", "weight": 1.0}, {"source": "repr_representation_repr_args", "target": "repr_representation_repr_recursion", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L50", "weight": 1.0}, {"source": "repr_representation_repr_str", "target": "repr_representation_repr_args", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L62", "weight": 1.0}, {"source": "repr_representation_pretty", "target": "repr_representation_repr_name", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L66", "weight": 1.0}, {"source": "repr_representation_pretty", "target": "repr_representation_repr_args", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L68", "weight": 1.0}, {"source": "repr_representation_rich_repr", "target": "repr_representation_repr_args", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L79", "weight": 1.0}, {"source": "repr_representation_str", "target": "repr_representation_repr_str", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L86", "weight": 1.0}, {"source": "repr_representation_repr", "target": "repr_representation_repr_name", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L89", "weight": 1.0}, {"source": "repr_representation_repr", "target": "repr_representation_repr_str", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L89", "weight": 1.0}, {"source": "repr_display_as_type", "target": "str", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L104", "weight": 1.0}, {"source": "repr_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pydantic_internal_repr_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L1", "weight": 1.0}, {"source": "repr_rationale_23", "target": "repr_plainrepr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L23", "weight": 1.0}, {"source": "repr_rationale_40", "target": "repr_representation_repr_args", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L40", "weight": 1.0}, {"source": "repr_rationale_53", "target": "repr_representation_repr_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L53", "weight": 1.0}, {"source": "repr_rationale_57", "target": "repr_representation_repr_recursion", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L57", "weight": 1.0}, {"source": "repr_rationale_65", "target": "repr_representation_pretty", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L65", "weight": 1.0}, {"source": "repr_rationale_78", "target": "repr_representation_rich_repr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L78", "weight": 1.0}, {"source": "repr_rationale_93", "target": "repr_display_as_type", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L93", "weight": 1.0}], "raw_calls": [{"caller_nid": "repr_representation_repr_args", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L46"}, {"caller_nid": "repr_representation_repr_args", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L47"}, {"caller_nid": "repr_representation_repr_args", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L48"}, {"caller_nid": "repr_representation_repr_args", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L49"}, {"caller_nid": "repr_representation_repr_recursion", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L59"}, {"caller_nid": "repr_representation_repr_recursion", "callee": "id", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L59"}, {"caller_nid": "repr_representation_repr_str", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L62"}, {"caller_nid": "repr_representation_repr_str", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L62"}, {"caller_nid": "repr_representation_pretty", "callee": "fmt", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L71"}, {"caller_nid": "repr_display_as_type", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L97"}, {"caller_nid": "repr_display_as_type", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L101"}, {"caller_nid": "repr_display_as_type", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L102"}, {"caller_nid": "repr_display_as_type", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L103"}, {"caller_nid": "repr_display_as_type", "callee": "is_typealiastype", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L103"}, {"caller_nid": "repr_display_as_type", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L106"}, {"caller_nid": "repr_display_as_type", "callee": "is_union_origin", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L109"}, {"caller_nid": "repr_display_as_type", "callee": "get_origin", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L109"}, {"caller_nid": "repr_display_as_type", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L110"}, {"caller_nid": "repr_display_as_type", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L110"}, {"caller_nid": "repr_display_as_type", "callee": "get_args", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L110"}, {"caller_nid": "repr_display_as_type", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L112"}, {"caller_nid": "repr_display_as_type", "callee": "is_literal", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L113"}, {"caller_nid": "repr_display_as_type", "callee": "get_origin", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L113"}, {"caller_nid": "repr_display_as_type", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L114"}, {"caller_nid": "repr_display_as_type", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L114"}, {"caller_nid": "repr_display_as_type", "callee": "get_args", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L114"}, {"caller_nid": "repr_display_as_type", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L116"}, {"caller_nid": "repr_display_as_type", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L116"}, {"caller_nid": "repr_display_as_type", "callee": "get_args", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L116"}, {"caller_nid": "repr_display_as_type", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L120"}, {"caller_nid": "repr_display_as_type", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L120"}, {"caller_nid": "repr_display_as_type", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L121"}, {"caller_nid": "repr_display_as_type", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L124"}, {"caller_nid": "repr_display_as_type", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L124"}, {"caller_nid": "repr_display_as_type", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_repr.py", "source_location": "L124"}]}