bundles / traitlets latest / traitlets / traitlets / Callable
class
traitlets.traitlets:Callable
source: /traitlets/traitlets.py :4313
Signature
class Callable ( default_value : t.Any = traitlets.Undefined , allow_none : bool = False , read_only : bool | None = None , help : str | None = None , config : t.Any = None , ** kwargs : t.Any ) → None Members
Summary
A trait which is callable.
Notes
Classes are callable, as are instances with a __call__() method.
Aliases
-
traitlets.Callable