(self)
| 141 | |
| 142 | @property |
| 143 | def files(self) -> dict[str, github.GistFile.GistFile]: |
| 144 | self._completeIfNeeded() |
| 145 | return self._files.value |
| 146 | |
| 147 | @property |
| 148 | def fork_of(self) -> github.Gist.Gist: |
nothing calls this directly
no test coverage detected