1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
:mod:`trait_base` Module
========================
.. automodule:: traits.trait_base
:no-members:
Classes
-------
.. autodata:: Uninitialized
.. autodata:: Undefined
.. autodata:: Missing
.. autodata:: Self
Functions
---------
.. autofunction:: strx
.. autofunction:: class_of
.. autofunction:: add_article
.. autofunction:: user_name_for
.. autofunction:: traits_home
.. autofunction:: verify_path
.. autofunction:: get_module_name
.. autofunction:: get_resource_path
.. autofunction:: xgetattr
.. autofunction:: xsetattr
.. autofunction:: is_none
.. autofunction:: not_none
.. autofunction:: not_false
.. autofunction:: not_event
.. autofunction:: is_str
|