MCPcopy Index your code
hub / github.com/aws/aws-cli / setUp

Method setUp

tests/unit/botocore/docs/test_example.py:25–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24class BaseExampleDocumenterTest(BaseDocsTest):
25 def setUp(self):
26 super().setUp()
27 self.event_emitter = HierarchicalEmitter()
28 self.request_example = RequestExampleDocumenter(
29 service_id='myservice',
30 operation_name='SampleOperation',
31 event_emitter=self.event_emitter,
32 )
33 self.response_example = ResponseExampleDocumenter(
34 service_id='myservice',
35 operation_name='SampleOperation',
36 event_emitter=self.event_emitter,
37 )
38
39
40class TestDocumentDefaultValue(BaseExampleDocumenterTest):

Callers

nothing calls this directly

Calls 4

HierarchicalEmitterClass · 0.90
setUpMethod · 0.45

Tested by

no test coverage detected