MCPcopy Create free account
hub / github.com/aws/aws-cli / start

Method start

tests/utils/botocore/__init__.py:229–236  ·  view source on GitHub ↗

Start up the command runner process.

(self, env=None)

Source from the content-addressed store, hash-verified

227 self.memory_samples.append(mem)
228
229 def start(self, env=None):
230 """Start up the command runner process."""
231 self._popen = Popen(
232 [sys.executable, self.CLIENT_SERVER],
233 stdout=PIPE,
234 stdin=PIPE,
235 env=env,
236 )
237
238 def stop(self):
239 """Shutdown the command runner process."""

Callers 10

setupMethod · 0.45
begin_iterationMethod · 0.45
run_app_in_threadMethod · 0.45
setUpMethod · 0.45
backgroundFunction · 0.45
test_thread_safe_authMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
__enter__Method · 0.45

Calls

no outgoing calls

Tested by 6

setupMethod · 0.36
begin_iterationMethod · 0.36
setUpMethod · 0.36
backgroundFunction · 0.36
test_thread_safe_authMethod · 0.36