Commit when the project was updated from this template the last time.
(self)
| 124 | ) |
| 125 | |
| 126 | def old_commit(self) -> str | None: |
| 127 | """Commit when the project was updated from this template the last time.""" |
| 128 | return self.last.get("_commit") |
| 129 | |
| 130 | def hide(self, key: str) -> None: |
| 131 | """Remove an answer by key.""" |
nothing calls this directly
no outgoing calls
no test coverage detected