Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ close
Method
close
tests/Framework.py:434–435 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
432
return
self.__line
433
434
def
close(self):
435
self.__file.close()
436
437
438
class
BasicTestCase(unittest.TestCase):
Callers
8
tearDown
Method · 0.45
testNetrcAuth
Method · 0.45
testNetrcAuthFails
Method · 0.45
testRecordAndReplay
Function · 0.45
setUp
Method · 0.45
close
Method · 0.45
close
Method · 0.45
__closeReplayFileIfNeeded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected