1 line
14 KiB
JSON
1 line
14 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "label": "authentication.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L1"}, {"id": "authentication_has_required_scope", "label": "has_required_scope()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L18"}, {"id": "authentication_requires", "label": "requires()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L25"}, {"id": "authentication_authenticationerror", "label": "AuthenticationError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L94"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "authentication_authenticationbackend", "label": "AuthenticationBackend", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L98"}, {"id": "authentication_authenticationbackend_authenticate", "label": ".authenticate()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L99"}, {"id": "authentication_authcredentials", "label": "AuthCredentials", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L103"}, {"id": "authentication_authcredentials_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L104"}, {"id": "authentication_baseuser", "label": "BaseUser", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L108"}, {"id": "authentication_is_authenticated", "label": "is_authenticated()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L110"}, {"id": "authentication_display_name", "label": "display_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L114"}, {"id": "authentication_identity", "label": "identity()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L118"}, {"id": "authentication_simpleuser", "label": "SimpleUser", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L122"}, {"id": "authentication_simpleuser_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L123"}, {"id": "authentication_unauthenticateduser", "label": "UnauthenticatedUser", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L135"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "inspect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "urllib_parse", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "starlette_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "starlette_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "starlette_requests", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "starlette_responses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "starlette_websockets", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_has_required_scope", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_requires", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_authenticationerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L94", "weight": 1.0}, {"source": "authentication_authenticationerror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L94", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_authenticationbackend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L98", "weight": 1.0}, {"source": "authentication_authenticationbackend", "target": "authentication_authenticationbackend_authenticate", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L99", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_authcredentials", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L103", "weight": 1.0}, {"source": "authentication_authcredentials", "target": "authentication_authcredentials_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L104", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_baseuser", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L108", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_is_authenticated", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_display_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L114", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_identity", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L118", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_simpleuser", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L122", "weight": 1.0}, {"source": "authentication_simpleuser", "target": "authentication_baseuser", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L122", "weight": 1.0}, {"source": "authentication_simpleuser", "target": "authentication_simpleuser_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L123", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_is_authenticated", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L127", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_display_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L131", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_unauthenticateduser", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L135", "weight": 1.0}, {"source": "authentication_unauthenticateduser", "target": "authentication_baseuser", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L135", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_is_authenticated", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L137", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_authentication_py", "target": "authentication_display_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L141", "weight": 1.0}], "raw_calls": [{"caller_nid": "authentication_requires", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L30"}, {"caller_nid": "authentication_requires", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L30"}, {"caller_nid": "authentication_authenticationbackend_authenticate", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L100"}, {"caller_nid": "authentication_authcredentials_init", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L105"}, {"caller_nid": "authentication_is_authenticated", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L111"}, {"caller_nid": "authentication_display_name", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L115"}, {"caller_nid": "authentication_identity", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/authentication.py", "source_location": "L119"}]} |