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

Method __repr__

app/models.py:409–410  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

407
408 @override
409 def __repr__(self):
410 return f"<Project {self.name}>"
411
412 def get_env_vars(self, environment: str) -> list[dict[str, str]]:
413 """Flattened env vars for a specific environment."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected