Module model

Module model 

Source

Structs§

Argument
Arguments
Attribute
Class
Function
Module
PythonIdentifier
An Python identifier, either local (with module = None) or global (with module = Some(_))
VariableLengthArgument
A variable length argument ie. *vararg or **kwarg

Enums§

TypeHint
A type hint annotation
TypeHintExpr
A type hint annotation as an AST fragment