MCPcopy Index your code
hub / github.com/hunvreus/devpush / ProjectDeployForm

Class ProjectDeployForm

app/forms/project.py:608–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606
607
608class ProjectDeployForm(StarletteForm):
609 commit = HiddenField(_l("Commit"), validators=[DataRequired()])
610 submit = SubmitField(_l("Deploy"))
611
612
613class ProjectDeploymentCancelForm(StarletteForm):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected