Files
tfm_ainventory/graphify-out/cache/72820365d06e292f61874f976bd2853f382b6103579f0674223afaacd74181de.json

1 line
24 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "label": "pytest_helper.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L1"}, {"id": "pytest_helper_testtableitem", "label": "TestTableItem", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L33"}, {"id": "pytest_helper_base_test_function", "label": "base_test_function()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L43"}, {"id": "pytest_helper_create_test_for_table_item", "label": "create_test_for_table_item()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L96"}, {"id": "pytest_helper_create_test_for_table", "label": "create_test_for_table()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L111"}, {"id": "pytest_helper_setup", "label": "setup()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L139"}, {"id": "pytest_helper_exception_if_mldev", "label": "exception_if_mldev()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L203"}, {"id": "pytest_helper_exception_if_vertex", "label": "exception_if_vertex()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L210"}, {"id": "pytest_helper_snake_to_camel", "label": "snake_to_camel()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L217"}, {"id": "pytest_helper_camel_to_snake", "label": "camel_to_snake()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L222"}, {"id": "pytest_helper_get_value_ignore_key_case", "label": "get_value_ignore_key_case()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L227"}, {"id": "pytest_helper_camel_to_snake_all_keys", "label": "camel_to_snake_all_keys()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L232"}, {"id": "pytest_helper_rationale_147", "label": "Generates parameterization for tests, run for both Vertex and MLDev.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L147"}, {"id": "pytest_helper_rationale_218", "label": "Converts a snake_case string to CamelCase.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L218"}, {"id": "pytest_helper_rationale_223", "label": "Converts a CamelCase string to snake_case.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L223"}, {"id": "pytest_helper_rationale_228", "label": "Returns the value of the key in the object, converting to camelCase or snake_cas", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L228"}, {"id": "pytest_helper_rationale_233", "label": "Converts all keys in a dictionary or list to snake_case.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L233"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "contextlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pathlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pydantic", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "backend_venv_lib_python3_12_site_packages_google_genai_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "backend_venv_lib_python3_12_site_packages_google_genai_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "backend_venv_lib_python3_12_site_packages_google_genai_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "backend_venv_lib_python3_12_site_packages_google_genai_api_client_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest_helper_testtableitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest_helper_base_test_function", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest_helper_create_test_for_table_item", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L96", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest_helper_create_test_for_table", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L111", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest_helper_setup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L139", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest_helper_exception_if_mldev", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L203", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest_helper_exception_if_vertex", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L210", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest_helper_snake_to_camel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L217", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest_helper_camel_to_snake", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L222", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest_helper_get_value_ignore_key_case", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L227", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_tests_pytest_helper_py", "target": "pytest_helper_camel_to_snake_all_keys", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L232", "weight": 1.0}, {"source": "pytest_helper_create_test_for_table_item", "target": "pytest_helper_base_test_function", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L101", "weight": 1.0}, {"source": "pytest_helper_create_test_for_table", "target": "pytest_helper_create_test_for_table_item", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L127", "weight": 1.0}, {"source": "pytest_helper_setup", "target": "pytest_helper_create_test_for_table", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L159", "weight": 1.0}, {"source": "pytest_helper_get_value_ignore_key_case", "target": "pytest_helper_snake_to_camel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L229", "weight": 1.0}, {"source": "pytest_helper_get_value_ignore_key_case", "target": "pytest_helper_camel_to_snake", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L229", "weight": 1.0}, {"source": "pytest_helper_camel_to_snake_all_keys", "target": "pytest_helper_camel_to_snake", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L238", "weight": 1.0}, {"source": "pytest_helper_rationale_147", "target": "pytest_helper_setup", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L147", "weight": 1.0}, {"source": "pytest_helper_rationale_218", "target": "pytest_helper_snake_to_camel", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L218", "weight": 1.0}, {"source": "pytest_helper_rationale_223", "target": "pytest_helper_camel_to_snake", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L223", "weight": 1.0}, {"source": "pytest_helper_rationale_228", "target": "pytest_helper_get_value_ignore_key_case", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L228", "weight": 1.0}, {"source": "pytest_helper_rationale_233", "target": "pytest_helper_camel_to_snake_all_keys", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L233", "weight": 1.0}], "raw_calls": [{"caller_nid": "pytest_helper_base_test_function", "callee": "initialize_replay_session", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L58"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L60"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "vars", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L60"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L63"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L69"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L70"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "method", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L71"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "custom_method", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L74"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L80"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L83"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "AssertionError", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L84"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L85"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L88"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "AssertionError", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L89"}, {"caller_nid": "pytest_helper_base_test_function", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L90"}, {"caller_nid": "pytest_helper_create_test_for_table", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L118"}, {"caller_nid": "pytest_helper_setup", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L149"}, {"caller_nid": "pytest_helper_setup", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L149"}, {"caller_nid": "pytest_helper_setup", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L149"}, {"caller_nid": "pytest_helper_setup", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L149"}, {"caller_nid": "pytest_helper_setup", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L155"}, {"caller_nid": "pytest_helper_setup", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L162"}, {"caller_nid": "pytest_helper_setup", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L166"}, {"caller_nid": "pytest_helper_setup", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L169"}, {"caller_nid": "pytest_helper_setup", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L172"}, {"caller_nid": "pytest_helper_setup", "callee": "mkdir", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L176"}, {"caller_nid": "pytest_helper_setup", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L176"}, {"caller_nid": "pytest_helper_setup", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L177"}, {"caller_nid": "pytest_helper_setup", "callee": "TestTableFile", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L180"}, {"caller_nid": "pytest_helper_setup", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L183"}, {"caller_nid": "pytest_helper_setup", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L183"}, {"caller_nid": "pytest_helper_setup", "callee": "makedirs", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L186"}, {"caller_nid": "pytest_helper_setup", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L186"}, {"caller_nid": "pytest_helper_setup", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L188"}, {"caller_nid": "pytest_helper_setup", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L189"}, {"caller_nid": "pytest_helper_setup", "callee": "model_dump_json", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L190"}, {"caller_nid": "pytest_helper_setup", "callee": "parametrize", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L194"}, {"caller_nid": "pytest_helper_exception_if_mldev", "callee": "nullcontext", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L205"}, {"caller_nid": "pytest_helper_exception_if_mldev", "callee": "raises", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L207"}, {"caller_nid": "pytest_helper_exception_if_vertex", "callee": "raises", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L212"}, {"caller_nid": "pytest_helper_exception_if_vertex", "callee": "nullcontext", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L214"}, {"caller_nid": "pytest_helper_snake_to_camel", "callee": "sub", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L219"}, {"caller_nid": "pytest_helper_snake_to_camel", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L219"}, {"caller_nid": "pytest_helper_snake_to_camel", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L219"}, {"caller_nid": "pytest_helper_camel_to_snake", "callee": "lstrip", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L224"}, {"caller_nid": "pytest_helper_camel_to_snake", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L224"}, {"caller_nid": "pytest_helper_camel_to_snake", "callee": "sub", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L224"}, {"caller_nid": "pytest_helper_get_value_ignore_key_case", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L229"}, {"caller_nid": "pytest_helper_get_value_ignore_key_case", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L229"}, {"caller_nid": "pytest_helper_camel_to_snake_all_keys", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L234"}, {"caller_nid": "pytest_helper_camel_to_snake_all_keys", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L236"}, {"caller_nid": "pytest_helper_camel_to_snake_all_keys", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L237"}, {"caller_nid": "pytest_helper_camel_to_snake_all_keys", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/tests/pytest_helper.py", "source_location": "L243"}]}