Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/WebODM/WebODM
/ TestForm
Class
TestForm
coreplugins/test/plugin.py:9–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
from
django
import
forms
8
9
class
TestForm(forms.Form):
10
testField = forms.CharField(label=
'Test'
)
11
12
13
class
TestTaskView(TaskView):
Callers
1
app_mount_points
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected