MCPcopy Create free account
hub / github.com/apache/storm / add_arguments

Method add_arguments

bin/storm.py:39–41  ·  view source on GitHub ↗
(self, actions)

Source from the content-addressed store, hash-verified

37
38class SortingHelpFormatter(HelpFormatter):
39 def add_arguments(self, actions):
40 actions = sorted(actions, key=attrgetter('option_strings'))
41 super(SortingHelpFormatter, self).add_arguments(actions)
42
43
44def is_windows():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected