MCPcopy Create free account
hub / github.com/developerfromjokela/opencarwings / ProbeConfigForm

Class ProbeConfigForm

ui/forms.py:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46class ChangeCommandPinForm(forms.Form):
47 new_pin = forms.CharField(widget=forms.NumberInput(), max_length=4, min_length=4)
48 new_pin_confirm = forms.CharField(widget=forms.NumberInput(), max_length=4, min_length=4)
49
50 def full_clean(self):
51 super().full_clean()
52 new_pin = self.data.get('new_pin')

Callers 1

probeviewer_homeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected