pyre.shells.Action¶
Module Contents¶
-
class
pyre.shells.Action.Action¶ Bases:
pyre.protocolA protocol that facilitates application extensibility: components that implement {Action} can be invoked from the command line
-
main(self, *kwds)¶ This is the implementation of the action
-
help(self, **kwds)¶ Provide help with invoking this action
-