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

bundles / traitlets 5.14.3 / traitlets / traitlets / MetaHasDescriptors

class

traitlets.traitlets:MetaHasDescriptors

source: /traitlets/traitlets.py :934

Signature

class   MetaHasDescriptors ( name : str bases : tuple[type, ...] classdict : dict[str, t.Any] ** kwds : t.Any )  →  MetaHasDescriptors

Members

Summary

A metaclass for HasDescriptors.

Extended Summary

This metaclass makes sure that any TraitType class attributes are instantiated and sets their name attribute.

Aliases

  • traitlets.MetaHasDescriptors