Structs§
- Argument
- Arguments
- Attribute
- Class
- Function
- Module
- Python
Identifier - An Python identifier, either local (with
module = None) or global (withmodule = Some(_)) - Variable
Length Argument - A variable length argument ie. *vararg or **kwarg
Enums§
- Type
Hint - A type hint annotation
- Type
Hint Expr - A type hint annotation as an AST fragment