Module python_ast::datamodel
source · Expand description
Module representing the Python Data Model in Rust form. See: here.
Re-exports§
Modules§
- traits for Python classes Objects. Classes are Object factories, meaning they create instances of objects.
- Rust traits used to abstract Python data objects that are namespaces and contain symbols. This includes Modules, Functions, Classes, and other objects.
Statics§
- The Python NotImplemented object.
- The Python None object.
- The Python NotImplemented object.
Traits§
- The Python Object. Anything that implements this trait is a Python Object.