(self)
| 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.""" |
nothing calls this directly
no outgoing calls
no test coverage detected