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

Method __init__

awscli/formatter.py:155–159  ·  view source on GitHub ↗
(self, args, yaml_dumper=None)

Source from the content-addressed store, hash-verified

153
154class StreamedYAMLFormatter(Formatter):
155 def __init__(self, args, yaml_dumper=None):
156 super(StreamedYAMLFormatter, self).__init__(args)
157 self._yaml_dumper = yaml_dumper
158 if yaml_dumper is None:
159 self._yaml_dumper = YAMLDumper()
160
161 def __call__(self, command_name, response, stream=None):
162 if stream is None:

Callers

nothing calls this directly

Calls 2

YAMLDumperClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected