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

Method __enter__

tests/utils/botocore/__init__.py:431–433  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

429 self._events.unregister('before-send', self)
430
431 def __enter__(self):
432 self.start()
433 return self
434
435 def __exit__(self, exc_type, exc_value, traceback):
436 self.stop()

Callers

nothing calls this directly

Calls 1

startMethod · 0.95

Tested by

no test coverage detected