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

Method openFile

tests/Framework.py:184–186  ·  view source on GitHub ↗
(cls, mode: str)

Source from the content-addressed store, hash-verified

182
183 @classmethod
184 def openFile(cls, mode: str):
185 assert cls.__openFile is not None
186 return cls.__openFile(mode)
187
188 @classmethod
189 def resetRequests(cls, requests: list[RequestResponse]) -> list[RequestResponse]:

Callers 2

__init__Method · 0.80
__init__Method · 0.80

Calls 1

__openFileMethod · 0.80

Tested by

no test coverage detected