You are viewing an older version (5.14.3). Go to latest (5.15.0)
{ } Raw JSON

bundles / traitlets 5.14.3 / traitlets / traitlets / This

class

traitlets.traitlets:This

source: /traitlets/traitlets.py :2370

Signature

class   This ( ** kwargs : t.Any )  →  None

Members

Summary

A trait for instances of the class containing this trait.

Extended Summary

Because how how and when class bodies are executed, the This trait can only have a default value of None. This, and because we always validate default values, allow_none is always true.

Aliases

  • traitlets.This