Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.44 KB

command.rst

File metadata and controls

38 lines (25 loc) · 1.44 KB

command - Wrap complex commands in Python objects

.. automodule:: nxpy.command

command - Drive batch commands with function calls

.. automodule:: nxpy.command.command
   :exclude-members: __dict__, __module__, __weakref__, __isabstractmethod__, __slots__

error - The command package exception hierarchy

.. automodule:: nxpy.command.error
   :exclude-members: __dict__, __module__, __weakref__, __isabstractmethod__, __slots__

interpreter - Wrap interactive programs in Python classes

.. automodule:: nxpy.command.interpreter
   :exclude-members: __dict__, __module__, __weakref__, __isabstractmethod__, __slots__

option - Describe complex command lines

.. automodule:: nxpy.command.option
   :exclude-members: __dict__, __module__, __weakref__, __isabstractmethod__, __slots__