MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / NameForm

Class NameForm

tests_python/my_django_proj_21/my_app/forms.py:3–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from django import forms
2
3class NameForm(forms.Form):
4 your_name = forms.CharField(label='Your name', max_length=100)

Callers 1

get_nameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected