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

Method copy

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

Source from the content-addressed store, hash-verified

200 self.lpAttributeList = lpAttributeList or {"handle_list": []}
201
202 def copy(self):
203 attr_list = self.lpAttributeList.copy()
204 if 'handle_list' in attr_list:
205 attr_list['handle_list'] = list(attr_list['handle_list'])
206
207 return STARTUPINFO(dwFlags=self.dwFlags,
208 hStdInput=self.hStdInput,
209 hStdOutput=self.hStdOutput,
210 hStdError=self.hStdError,
211 wShowWindow=self.wShowWindow,
212 lpAttributeList=attr_list)
213
214
215 class Handle(int):

Callers 1

_execute_childMethod · 0.95

Calls 2

listFunction · 0.85
STARTUPINFOClass · 0.85

Tested by

no test coverage detected