class documentation

class Argument:

View In Hierarchy

Represents a #Function 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
datatype: t.Optional[str] =

Undocumented

decorations: t.Optional[t.List[Decoration]] =

Undocumented

default_value: t.Optional[str] =

Undocumented

location: t.Optional[Location] =

Undocumented

name: str =

Undocumented

type: Type =

Undocumented