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

Method setOpenFile

tests/Framework.py:180–181  ·  view source on GitHub ↗
(cls, func: Callable[[str], ReplayDataFile])

Source from the content-addressed store, hash-verified

178
179 @classmethod
180 def setOpenFile(cls, func: Callable[[str], ReplayDataFile]):
181 cls.__openFile = func
182
183 @classmethod
184 def openFile(cls, mode: str):

Callers 2

testRecordAndReplayFunction · 0.80
setUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected