MCPcopy Create free account
hub / github.com/hunvreus/devpush / RunnerToggleForm

Class RunnerToggleForm

app/forms/admin.py:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61class RunnerToggleForm(StarletteForm):
62 slug = HiddenField(_l("Slug"), validators=[DataRequired()])
63 enabled = BooleanField(_l("Enabled"))
64
65
66class PresetToggleForm(StarletteForm):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected