class Argument:
Class | Type |
The type of the argument. This is currently very Python-centric, however most other languages should be able to represent the various argument types with a subset of these types without additions (e.g. Java or TypeScript only support #Positional and #PositionalRemainder arguments). |
Class Variable | datatype |
Undocumented |
Class Variable | decorations |
Undocumented |
Class Variable | default_value |
Undocumented |
Class Variable | location |
Undocumented |
Class Variable | name |
Undocumented |
Class Variable | type |
Undocumented |