Package solvcon :: Module command :: Class mpi
[hide private]
[frames] | no frames]

Class mpi

source code

     object --+    
              |    
cmdutil.Command --+
                  |
                 mpi

Utilities for MPI.

Nested Classes [hide private]

Inherited from cmdutil.Command: __metaclass__

Instance Methods [hide private]
 
__init__(self, env)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__call__(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  min_args = 0
minimal length of command line arguments to a command.
Instance Variables [hide private]

Inherited from cmdutil.Command: env, op, opg_global

Inherited from cmdutil.Command (private): _opargs, _usage

Properties [hide private]

Inherited from cmdutil.Command: command_description, opargs, usage

Inherited from object: __class__

Method Details [hide private]

__init__(self, env)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__call__(self)
(Call operator)

source code 
Overrides: cmdutil.Command.__call__