Module core
source code
:mod:`gromacs.core` -- Core functionality
=========================================
Here the basic command class :class:`GromacsCommand` is defined. All
Gromacs command classes in :mod:`gromacs.tools` are automatically
generated from it.
.. autoclass:: Command
:members: __call__, run, transform_args, Popen, help,
command_name
.. autoclass:: GromacsCommand
:members: __call__, run, transform_args, Popen, help,
check_failure, gmxdoc
:inherited-members:
.. autoclass:: PopenWithInput
:members:
|
logger = logging.getLogger('gromacs.core')
|