Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ TextInput
Class
TextInput
django/forms/widgets.py:413–415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
412
413
class
TextInput(Input):
414
input_type =
"text"
415
template_name =
"django/forms/widgets/text.html"
416
417
418
class
NumberInput(Input):
Callers
15
as_text
Method · 0.90
PartiallyRequiredForm
Class · 0.90
__init__
Method · 0.90
test_charfield_widget_attrs
Method · 0.90
test_render_as_subwidget
Method · 0.90
__init__
Method · 0.90
test_subwidgets_name
Method · 0.90
test_text_inputs
Method · 0.90
test_constructor_attrs
Method · 0.90
test_constructor_attrs_with_type
Method · 0.90
test_value_omitted_from_data
Method · 0.90
test_value_from_datadict_subwidgets_name
Method · 0.90
Calls
no outgoing calls
Tested by
15
__init__
Method · 0.72
test_charfield_widget_attrs
Method · 0.72
test_render_as_subwidget
Method · 0.72
__init__
Method · 0.72
test_subwidgets_name
Method · 0.72
test_text_inputs
Method · 0.72
test_constructor_attrs
Method · 0.72
test_constructor_attrs_with_type
Method · 0.72
test_value_omitted_from_data
Method · 0.72
test_value_from_datadict_subwidgets_name
Method · 0.72
test_value_omitted_from_data_subwidgets_name
Method · 0.72
test_needs_multipart_true
Method · 0.72