Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hunvreus/devpush
/ __init__
Method
__init__
app/forms/project.py:207–209 ·
view source on GitHub ↗
(self, *args, project, **kwargs)
Source
from the content-addressed store, hash-verified
205
)
206
207
def
__init__(self, *args, project, **kwargs):
208
super().__init__(*args, **kwargs)
209
self.project = project
210
211
def
validate_name(self, field):
212
if
self.environment_id.data:
# type: ignore
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected