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

Method __init__

app/forms/project.py:360–363  ·  view source on GitHub ↗
(self, *args, project: Project, domains: list[Domain], **kwargs)

Source from the content-addressed store, hash-verified

358 confirm = StringField(_l("Confirmation"), validators=[DataRequired()])
359
360 def __init__(self, *args, project: Project, domains: list[Domain], **kwargs):
361 super().__init__(*args, **kwargs)
362 self.project = project
363 self.domains = domains
364
365 def validate_domain_id(self, field):
366 domain = next(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected