MCPcopy
hub / github.com/PyGithub/PyGithub / files

Method files

github/Gist.py:143–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 1

_completeIfNeededMethod · 0.80

Tested by

no test coverage detected