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

Method __init__

app/forms/project.py:242–244  ·  view source on GitHub ↗
(self, *args, project, **kwargs)

Source from the content-addressed store, hash-verified

240 submit = SubmitField(_l("Delete"))
241
242 def __init__(self, *args, project, **kwargs):
243 super().__init__(*args, **kwargs)
244 self.project = project
245
246 def validate_confirm(self, field):
247 environment = self.project.get_environment_by_id(self.environment_id.data) # type: ignore

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected