mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
26 lines
475 B
Plaintext
26 lines
475 B
Plaintext
PluginState
|
|
===========
|
|
|
|
.. currentmodule:: mobase
|
|
|
|
.. autoclass:: PluginState
|
|
:show-inheritance:
|
|
|
|
.. rubric:: Attributes Summary
|
|
|
|
.. autosummary::
|
|
|
|
~PluginState.ACTIVE
|
|
~PluginState.INACTIVE
|
|
~PluginState.MISSING
|
|
~PluginState.name
|
|
~PluginState.value
|
|
|
|
.. rubric:: Attributes Documentation
|
|
|
|
.. autoattribute:: ACTIVE
|
|
.. autoattribute:: INACTIVE
|
|
.. autoattribute:: MISSING
|
|
.. autoattribute:: name
|
|
.. autoattribute:: value
|