module documentation

Mixins for abstract.py.

Class HasSlots Mix-in for overriding slots with custom methods.
Class LazyMembers Use lazy loading for the attributes of the represented value.
Class MixinMeta Metaclass for mix-ins.
Class NestedAnnotation An annotation containing inner types, such as a Union.
Class PythonConstant A mix-in for storing actual Python constants, not just their types.
Class PythonDict Specialization of PythonConstant that delegates to an underlying dict.
Variable log Undocumented

Undocumented