PyObject that provides __enter__ and __exit__ methods for use in the with-statement.
Implementing context managers can then be potentially inlined by the JVM.
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | |
| public boolean |
| __enter__ | back to summary |
|---|---|
| public PyObject __enter__(ThreadState ts) | |
| __exit__ | back to summary |
|---|---|
| public boolean __exit__(ThreadState ts, PyException exception) | |