MCPcopy Index your code
hub / github.com/python/cpython / Detach

Method Detach

Lib/subprocess.py:229–233  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 CloseHandle(self)
228
229 def Detach(self):
230 if not self.closed:
231 self.closed = True
232 return int(self)
233 raise ValueError("already closed")
234
235 def __repr__(self):
236 return "%s(%d)" % (self.__class__.__name__, int(self))

Callers 2

__init__Method · 0.80
test_winregFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_winregFunction · 0.64