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

Method __init__

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

Source from the content-addressed store, hash-verified

388 domain_id = HiddenField(validators=[DataRequired()])
389
390 def __init__(self, *args, domains: list[Domain], **kwargs):
391 super().__init__(*args, **kwargs)
392 self.domains = domains
393
394 def validate_domain_id(self, field):
395 domain = next(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected