| Modifier and Type | Method and Description |
|---|---|
| public String[] | |
| public String | |
| public String[] | |
| public MethodType |
| defaults | back to summary |
|---|---|
| public String[] defaults() Returns default arguments. Starts at the number of arguments - defaults.length. | |
| doc | back to summary |
|---|---|
| public String doc() Returns the __doc__ String for this method. | |
| names | back to summary |
|---|---|
| public String[] names() Returns the names to expose this method as. Defaults to the name of the method. | |
| type | back to summary |
|---|---|
| public MethodType type() Returns how to expose this method. See | |