class documentation
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).
| Constant | KEYWORD |
Undocumented |
| Constant | KEYWORD |
Undocumented |
| Constant | POSITIONAL |
Undocumented |
| Constant | POSITIONAL |
Undocumented |
| Constant | POSITIONAL |
Undocumented |
| Class Variable | |
Undocumented |
| Class Variable | |
Undocumented |
| Class Variable | |
Undocumented |
| Class Variable | |
Undocumented |
| Class Variable | |
Undocumented |
POSITIONAL_REMAINDER:
te.Annotated[ int, alias( POSITIONAL_REMAINDER, PositionalRemainder)] =
(source)
Undocumented
| Value |
|