1 line
19 KiB
JSON
1 line
19 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "label": "models.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L1"}, {"id": "models_unwrapped_call", "label": "_unwrapped_call()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L18"}, {"id": "models_impartial", "label": "_impartial()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L25"}, {"id": "models_dependant", "label": "Dependant", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L32"}, {"id": "models_oauth_scopes", "label": "oauth_scopes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L54"}, {"id": "models_cache_key", "label": "cache_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L63"}, {"id": "models_uses_scopes", "label": "_uses_scopes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L74"}, {"id": "models_is_security_scheme", "label": "_is_security_scheme()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L87"}, {"id": "models_security_scheme", "label": "_security_scheme()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L95"}, {"id": "models_security_dependencies", "label": "_security_dependencies()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L101"}, {"id": "models_is_gen_callable", "label": "is_gen_callable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L106"}, {"id": "models_is_async_gen_callable", "label": "is_async_gen_callable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L132"}, {"id": "models_is_coroutine_callable", "label": "is_coroutine_callable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L158"}, {"id": "models_computed_scope", "label": "computed_scope()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L188"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "inspect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "dataclasses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "fastapi_compat", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "fastapi_security_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "fastapi_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "inspect", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "asyncio", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_unwrapped_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_impartial", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_dependant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_oauth_scopes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L54", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_cache_key", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L63", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_uses_scopes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L74", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_is_security_scheme", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L87", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_security_scheme", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_security_dependencies", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L101", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_is_gen_callable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L106", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_is_async_gen_callable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L132", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_is_coroutine_callable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L158", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_dependencies_models_py", "target": "models_computed_scope", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L188", "weight": 1.0}, {"source": "models_unwrapped_call", "target": "models_impartial", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L21", "weight": 1.0}, {"source": "models_is_security_scheme", "target": "models_unwrapped_call", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L90", "weight": 1.0}, {"source": "models_security_scheme", "target": "models_unwrapped_call", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L96", "weight": 1.0}, {"source": "models_is_gen_callable", "target": "models_impartial", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L110", "weight": 1.0}, {"source": "models_is_gen_callable", "target": "models_unwrapped_call", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L111", "weight": 1.0}, {"source": "models_is_async_gen_callable", "target": "models_impartial", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L136", "weight": 1.0}, {"source": "models_is_async_gen_callable", "target": "models_unwrapped_call", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L137", "weight": 1.0}, {"source": "models_is_coroutine_callable", "target": "models_impartial", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L161", "weight": 1.0}, {"source": "models_is_coroutine_callable", "target": "models_unwrapped_call", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L165", "weight": 1.0}], "raw_calls": [{"caller_nid": "models_unwrapped_call", "callee": "unwrap", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L21"}, {"caller_nid": "models_impartial", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L26"}, {"caller_nid": "models_oauth_scopes", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L55"}, {"caller_nid": "models_oauth_scopes", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L59"}, {"caller_nid": "models_cache_key", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L65"}, {"caller_nid": "models_cache_key", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L65"}, {"caller_nid": "models_cache_key", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L65"}, {"caller_nid": "models_is_security_scheme", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L91"}, {"caller_nid": "models_security_scheme", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L97"}, {"caller_nid": "models_is_gen_callable", "callee": "isgeneratorfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L109"}, {"caller_nid": "models_is_gen_callable", "callee": "isgeneratorfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L111"}, {"caller_nid": "models_is_gen_callable", "callee": "isclass", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L113"}, {"caller_nid": "models_is_gen_callable", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L115"}, {"caller_nid": "models_is_gen_callable", "callee": "isgeneratorfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L118"}, {"caller_nid": "models_is_gen_callable", "callee": "isgeneratorfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L120"}, {"caller_nid": "models_is_gen_callable", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L122"}, {"caller_nid": "models_is_gen_callable", "callee": "isgeneratorfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L125"}, {"caller_nid": "models_is_gen_callable", "callee": "isgeneratorfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L127"}, {"caller_nid": "models_is_async_gen_callable", "callee": "isasyncgenfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L135"}, {"caller_nid": "models_is_async_gen_callable", "callee": "isasyncgenfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L137"}, {"caller_nid": "models_is_async_gen_callable", "callee": "isclass", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L139"}, {"caller_nid": "models_is_async_gen_callable", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L141"}, {"caller_nid": "models_is_async_gen_callable", "callee": "isasyncgenfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L144"}, {"caller_nid": "models_is_async_gen_callable", "callee": "isasyncgenfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L146"}, {"caller_nid": "models_is_async_gen_callable", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L148"}, {"caller_nid": "models_is_async_gen_callable", "callee": "isasyncgenfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L151"}, {"caller_nid": "models_is_async_gen_callable", "callee": "isasyncgenfunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L153"}, {"caller_nid": "models_is_coroutine_callable", "callee": "isroutine", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L161"}, {"caller_nid": "models_is_coroutine_callable", "callee": "iscoroutinefunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L161"}, {"caller_nid": "models_is_coroutine_callable", "callee": "isroutine", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L165"}, {"caller_nid": "models_is_coroutine_callable", "callee": "iscoroutinefunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L165"}, {"caller_nid": "models_is_coroutine_callable", "callee": "isclass", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L169"}, {"caller_nid": "models_is_coroutine_callable", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L171"}, {"caller_nid": "models_is_coroutine_callable", "callee": "iscoroutinefunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L174"}, {"caller_nid": "models_is_coroutine_callable", "callee": "iscoroutinefunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L174"}, {"caller_nid": "models_is_coroutine_callable", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L178"}, {"caller_nid": "models_is_coroutine_callable", "callee": "iscoroutinefunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L181"}, {"caller_nid": "models_is_coroutine_callable", "callee": "iscoroutinefunction", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/dependencies/models.py", "source_location": "L183"}]} |