| Modifier and Type | Method and Description |
|---|---|
| public PyObject | |
| public boolean |
| adapt | back to summary |
|---|---|
| public PyObject adapt(Object o) Returns the PyObject version of o or null if canAdapt(o) returns false. | |
| canAdapt | back to summary |
|---|---|
| public boolean canAdapt(Object o) Returns true if o can be adapted by this adapter. | |