MCPcopy
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_auserMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected