Module class

Source
Expand description

traits for Python classes Objects. Classes are Object factories, meaning they create instances of objects.

Traitsยง

Class
The Class trait is used to define Python classes. Classes are Object factories, meaning they create instances of objects.