Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ __init__
Method
__init__
django/contrib/auth/forms.py:501–503 ·
view source on GitHub ↗
(self, user, *args, **kwargs)
Source
from the content-addressed store, hash-verified
499
)
500
501
def
__init__(self, user, *args, **kwargs):
502
self.user = user
503
super().__init__(*args, **kwargs)
504
505
def
clean(self):
506
self.validate_passwords(
"new_password1"
,
"new_password2"
)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected