MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / close

Method close

windows/pipe.py:99–102  ·  view source on GitHub ↗

Close the handle of the pipe

(self)

Source from the content-addressed store, hash-verified

97 security_descriptor = property(get_security_descriptor, set_security_descriptor)
98
99 def close(self):
100 """Close the handle of the pipe"""
101 self.connection.close()
102 self.handle = None
103
104 def __enter__(self):
105 return self

Callers 1

__exit__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected