Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
django
import
forms
2
3
class
NameForm(forms.Form):
4
your_name = forms.CharField(label=
'Your name'
, max_length=100)
Callers
1
get_name
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected