MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / patch

Method patch

github/File.py:100–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98
99 @property
100 def patch(self) -> str:
101 return self._patch.value
102
103 @property
104 def previous_filename(self) -> str:

Calls

no outgoing calls

Tested by

no test coverage detected