MCPcopy
hub / github.com/brightio/penelope / close

Method close

penelope.py:2106–2108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2104 os.write(self._write, data)
2105
2106 def close(self):
2107 os.close(self._read)
2108 os.close(self._write)
2109
2110class Session:
2111

Callers 15

closeMethod · 0.45
loopMethod · 0.45
ConnectFunction · 0.45
__init__Method · 0.45
stopMethod · 0.45
__init__Method · 0.45
execMethod · 0.45
downloadMethod · 0.45
uploadMethod · 0.45
handleMethod · 0.45
killMethod · 0.45
feedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected