Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ to_python
Method
to_python
django/forms/fields.py:182–183 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
180
return
value
181
182
def
to_python(self, value):
183
return
value
184
185
def
validate(self, value):
186
if
value in self.empty_values and self.required:
Callers
13
clean
Method · 0.95
has_changed
Method · 0.95
_has_changed
Method · 0.45
to_python
Method · 0.45
to_python
Method · 0.45
to_python
Method · 0.45
to_python
Method · 0.45
to_python
Method · 0.45
to_python
Method · 0.45
to_python
Method · 0.45
to_python
Method · 0.45
has_changed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected