Traitlet Implementations for ctapipe#
Introduction#
Custom Traitlets implemented for ctapipe.
Reference/API#
ctapipe.core.traits Module#
Traitlet implementations for ctapipe
Functions#
|
Returns a list of the base class plus its non-abstract children if they have traits |
|
create a configurable CaselessStrEnum traitlet from baseclass |
|
True if cls has any traits apart from the usual ones |
|
Helper for building basic --trait, --no-trait flags. |
|
A decorator which can be used to observe Traits on a class. |
Classes#
|
A trait containing an |
|
A trait representing a point in Time, as understood by |
|
a |
|
a |
|
a |
|
A path Trait for input/output files. |
|
A boolean (True, False) trait. |
|
A casting compiled regular expression trait. |
|
An enum of strings where the case should be ignored. |
|
A casting version of the int trait. |
|
An instance of a Python dict. |
|
An enum whose value must be in a given sequence. |
|
A float trait. |
alias of |
|
alias of |
|
|
An instance of a Python list. |
|
An int trait. |
|
An instance of a Python set. |
|
An instance of a Python tuple. |
|
A trait for unicode strings. |