MCPcopy
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
413class TextInput(Input):
414 input_type = "text"
415 template_name = "django/forms/widgets/text.html"
416
417
418class NumberInput(Input):

Callers 15

as_textMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
test_subwidgets_nameMethod · 0.90
test_text_inputsMethod · 0.90

Calls

no outgoing calls