Custom Traitlets

Traitlets that are used in Kubespawner

class kubespawner.traitlets.Callable(default_value=traitlets.Undefined, allow_none=False, read_only=None, help=None, config=None, **kwargs)

A trait which is callable.

Classes are callable, as are instances with a __call__() method.