Module python_ast::datamodel::class
source · Expand description
traits for Python classes Objects. Classes are Object factories, meaning they create instances of objects.
Traits§
- The Class trait is used to define Python classes. Classes are Object factories, meaning they create instances of objects.