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

Class FakePosixHelpRenderer

tests/unit/test_help.py:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51class FakePosixHelpRenderer(HelpSpyMixin, PosixHelpRenderer):
52 def __init__(self, output_stream=sys.stdout):
53 HelpSpyMixin.__init__(self)
54 PosixHelpRenderer.__init__(self, output_stream)
55
56
57class FakeWindowsHelpRenderer(HelpSpyMixin, WindowsHelpRenderer):

Calls

no outgoing calls