blob: cbfa00f575b15842e16bc30c0ee16e34a6e4aea1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Python reference for OpenLMI client scripts
===========================================
Main interface function wrapped with ``lmi`` command is:
* :py:func:`~lmi.scripts.system.get_system_info`
It accepts :abbr:`ns (namespace)` object as the first argument,
an instance of :py:class:`lmi.shell.LMINamespace`.
System Module API
-------------------
.. automodule:: lmi.scripts.system
:members:
|