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