mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
34 lines
598 B
Plaintext
34 lines
598 B
Plaintext
ModDataChecker
|
|
==============
|
|
|
|
.. currentmodule:: mobase
|
|
|
|
.. autoclass:: ModDataChecker
|
|
:show-inheritance:
|
|
|
|
.. rubric:: Attributes Summary
|
|
|
|
.. autosummary::
|
|
|
|
~ModDataChecker.FIXABLE
|
|
~ModDataChecker.INVALID
|
|
~ModDataChecker.VALID
|
|
|
|
.. rubric:: Methods Summary
|
|
|
|
.. autosummary::
|
|
|
|
~ModDataChecker.dataLooksValid
|
|
~ModDataChecker.fix
|
|
|
|
.. rubric:: Attributes Documentation
|
|
|
|
.. autoattribute:: FIXABLE
|
|
.. autoattribute:: INVALID
|
|
.. autoattribute:: VALID
|
|
|
|
.. rubric:: Methods Documentation
|
|
|
|
.. automethod:: dataLooksValid
|
|
.. automethod:: fix
|