Class Arguments_
INTERNAL: See the class Arguments for further information.
Import path
import pythonDirect supertypes
Known direct subtypes
Predicates
| getADefault | Gets a default value of this parameters definition. |
| getAKwAnnotation | Gets a keyword-only annotation of this parameters definition. |
| getAKwDefault | Gets a keyword-only default value of this parameters definition. |
| getAnAnnotation | Gets an annotation of this parameters definition. |
| getAnnotation | Gets the nth annotation of this parameters definition. |
| getAnnotations | Gets the annotations of this parameters definition. |
| getDefault | Gets the nth default value of this parameters definition. |
| getDefaults | Gets the default values of this parameters definition. |
| getKwAnnotation | Gets the nth keyword-only annotation of this parameters definition. |
| getKwAnnotations | Gets the keyword-only annotations of this parameters definition. |
| getKwDefault | Gets the nth keyword-only default value of this parameters definition. |
| getKwDefaults | Gets the keyword-only default values of this parameters definition. |
| getKwargannotation | Gets the **kwarg annotation of this parameters definition. |
| getParent | Gets a parent of this parameters definition |
| getVarargannotation | Gets the *arg annotation of this parameters definition. |
| toString | Gets a textual representation of this element. |