ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

CInt#

class ctapipe.core.traits.CInt(default_value: Any = traitlets.Undefined, allow_none: bool = False, read_only: bool | None = None, help: str | None = None, config: Any | None = None, **kwargs: Any)#

Bases: Int[G, S]

A casting version of the int trait.

Methods Summary

validate(obj, value)

Methods Documentation

validate(obj: Any, value: Any) G[source]#