Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ auser
Method
auser
tests/auth_tests/test_decorators.py:92–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
return
models.AnonymousUser()
91
92
async
def
auser():
93
return
self.u1
94
95
if
login_url is None:
96
async_view = login_required(async_view)
Callers
3
test_auser
Method · 0.45
test_auser_after_alogin
Method · 0.45
test_auser_after_alogout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected