Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ close
Method
close
tests/Framework.py:261–262 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
259
return
FakeHttpResponse(status, headers, output)
260
261
def
close(self):
262
return
self.__cnx.close()
263
264
def
__writeLine(self, line):
265
self.__file.write(str(line) +
"\n"
)
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected