Modulesยง
- builtins ๐
- Define PyStubType for built-in types based on https://pyo3.rs/v0.22.2/conversions/tables#argument-types
- collections ๐
- either ๐
- numpy ๐
- pyo3 ๐
- rust_
decimal ๐
Structsยง
- Type
Info - Type information for creating Python stub files annotated by PyStubType trait.
- TypeRef
- Indicates the type of import(eg class enum). from module import type. name, type name. module, module name(which type defined).
Enumsยง
- Import
Ref - Indicates what to import. Module: The purpose is to import the entire module(eg import builtins). Type: The purpose is to import the types in the module(eg from moduleX import typeX).
- Module
Ref
Traitsยง
- PyStub
Type - Annotate Rust types with Python type information.