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

Method __init__

awscli/botocore/awsrequest.py:40–42  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

38 # The *args, **kwargs is used because the args are slightly
39 # different in py2.6 than in py2.7/py3.
40 def __init__(self, *args, **kwargs):
41 self._status_tuple = kwargs.pop('status_tuple')
42 HTTPResponse.__init__(self, *args, **kwargs)
43
44 def _read_status(self):
45 if self._status_tuple is not None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected