Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2110
class
Session:
2111
Callers
15
close
Method · 0.45
loop
Method · 0.45
Connect
Function · 0.45
__init__
Method · 0.45
stop
Method · 0.45
__init__
Method · 0.45
exec
Method · 0.45
download
Method · 0.45
upload
Method · 0.45
handle
Method · 0.45
kill
Method · 0.45
feed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected