MCPcopy 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

7from django import forms
8
9class TestForm(forms.Form):
10 testField = forms.CharField(label='Test')
11
12
13class TestTaskView(TaskView):

Callers 1

app_mount_pointsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected