Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ tearDown
Method
tearDown
tests/Persistence.py:50–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
self.dumpedRepo.seek(0)
49
50
def
tearDown(self):
51
self.dumpedRepo.close()
52
super().tearDown()
53
54
def
testLoad(self):
55
loadedRepo = self.g.load(self.dumpedRepo)
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected