Expand description
Generate Python typing stub file a.k.a. *.pyi file.
Re-exportsยง
pub use crate::type_info::MethodType;
Modulesยง
- class ๐
- deprecated ๐
- docstring ๐
- enum_ ๐
- function ๐
- member ๐
- method ๐
- module ๐
- parameters ๐
- stub_
info ๐ - variable ๐
- variant_
methods ๐
Structsยง
- Class
Def - Definition of a Python class.
- EnumDef
- Definition of a Python enum.
- Function
Def - Definition of a Python function.
- Getter
Display - Member
Def - Definition of a class member.
- Method
Def - Definition of a class method.
- Module
- Type info for a Python (sub-)module. This corresponds to a single
*.pyifile. - Parameter
- A single parameter in a Python function/method signature
- Parameters
- Container for parameters in a Python function/method signature
- Setter
Display - Stub
Info - Variable
Def
Enumsยง
- Parameter
Default - Default value of a parameter (runtime version)
Traitsยง
Functionsยง
- indent ๐