mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
30 lines
530 B
Plaintext
30 lines
530 B
Plaintext
IPlugin
|
|
=======
|
|
|
|
.. currentmodule:: mobase
|
|
|
|
.. autoclass:: IPlugin
|
|
:show-inheritance:
|
|
|
|
.. rubric:: Methods Summary
|
|
|
|
.. autosummary::
|
|
|
|
~IPlugin.author
|
|
~IPlugin.description
|
|
~IPlugin.init
|
|
~IPlugin.isActive
|
|
~IPlugin.name
|
|
~IPlugin.settings
|
|
~IPlugin.version
|
|
|
|
.. rubric:: Methods Documentation
|
|
|
|
.. automethod:: author
|
|
.. automethod:: description
|
|
.. automethod:: init
|
|
.. automethod:: isActive
|
|
.. automethod:: name
|
|
.. automethod:: settings
|
|
.. automethod:: version
|