Expand description
Generate Python typing stub file a.k.a. *.pyi
file.
Re-exportsยง
pub use crate::type_info::MethodType;
Modulesยง
- arg ๐
- class ๐
- docstring ๐
- enum_ ๐
- error ๐
- function ๐
- member ๐
- method ๐
- module ๐
- stub_
info ๐ - variable ๐
Structsยง
- Arg
- Class
Def - Definition of a Python class.
- EnumDef
- Definition of a Python enum.
- Error
Def - Definition of a Python execption.
- Function
Def - Definition of a Python function.
- 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
*.pyi
file. - Stub
Info - Variable
Def
Traitsยง
Functionsยง
- indent ๐