MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / Detach

Method Detach

tools/python-3.11.9-amd64/Lib/subprocess.py:223–227  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

221 CloseHandle(self)
222
223 def Detach(self):
224 if not self.closed:
225 self.closed = True
226 return int(self)
227 raise ValueError("already closed")
228
229 def __repr__(self):
230 return "%s(%d)" % (self.__class__.__name__, int(self))

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected