mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
FileTreeEntry
|
|
=============
|
|
|
|
.. currentmodule:: mobase
|
|
|
|
.. autoclass:: FileTreeEntry
|
|
:show-inheritance:
|
|
|
|
.. rubric:: Attributes Summary
|
|
|
|
.. autosummary::
|
|
|
|
~FileTreeEntry.DIRECTORY
|
|
~FileTreeEntry.FILE
|
|
~FileTreeEntry.FILE_OR_DIRECTORY
|
|
|
|
.. rubric:: Methods Summary
|
|
|
|
.. autosummary::
|
|
|
|
~FileTreeEntry.detach
|
|
~FileTreeEntry.fileType
|
|
~FileTreeEntry.hasSuffix
|
|
~FileTreeEntry.isDir
|
|
~FileTreeEntry.isFile
|
|
~FileTreeEntry.moveTo
|
|
~FileTreeEntry.name
|
|
~FileTreeEntry.parent
|
|
~FileTreeEntry.path
|
|
~FileTreeEntry.pathFrom
|
|
~FileTreeEntry.suffix
|
|
|
|
.. rubric:: Attributes Documentation
|
|
|
|
.. autoattribute:: DIRECTORY
|
|
.. autoattribute:: FILE
|
|
.. autoattribute:: FILE_OR_DIRECTORY
|
|
|
|
.. rubric:: Methods Documentation
|
|
|
|
.. automethod:: detach
|
|
.. automethod:: fileType
|
|
.. automethod:: hasSuffix
|
|
.. automethod:: isDir
|
|
.. automethod:: isFile
|
|
.. automethod:: moveTo
|
|
.. automethod:: name
|
|
.. automethod:: parent
|
|
.. automethod:: path
|
|
.. automethod:: pathFrom
|
|
.. automethod:: suffix
|