Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ __exit__
Method
__exit__
windows/pipe.py:107–108 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
105
return
self
106
107
def
__exit__(self, *args, **kwargs):
108
self.close()
109
110
def
__repr__(self):
111
return
""
"<{0} name="
{1}
" server={2}>"
""
.format(type(self).__name__, self.name, self.server)
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected