File: help.rst

package info (click to toggle)
python-autodoc-traits 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: python: 408; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
autotrait - help
================

Test that we present the trait's provided ``help``.

.. autotrait:: sample_module.SampleConfigurable.trait
   :noindex:

.. autotrait:: sample_module.TraitTypesSampleConfigurable.trait_integer
   :noindex:

.. autotrait:: sample_module.TraitTypesSampleConfigurable.trait_unicode
   :noindex:

.. autotrait:: sample_module.TraitTypesSampleConfigurable.trait_dict
   :noindex:

.. autotrait:: sample_module.TraitTypesSampleConfigurable.trait_instance
   :noindex:

.. autotrait:: sample_module.TraitTypesSampleConfigurable.trait_union
   :noindex: