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