Module rustpython_vm::builtins
source · Expand description
This package contains the python basic/builtin types
7 common PyRef type aliases are exposed - PyBytesRef, PyDictRef, PyIntRef, PyListRef, PyStrRef, PyTypeRef, PyTupleRef
Do not add more PyRef type aliases. They will be rare enough to use directly PyRef
Structs
- object()
- classmethod(function) -> method
- Create a complex number from a real part and an optional imaginary part.
- A simple attribute-based namespace.
Enums
- Marks status of iterator.
Functions
Type Aliases
- The unique reference of interned PyStr Always intended to be used as a static reference