|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextManager
A PyObject
that provides __enter__
and __exit__
methods for use in the with-statement.
Implementing context managers can then be potentially inlined by the JVM.
Method Summary | |
---|---|
PyObject |
__enter__(ThreadState ts)
|
boolean |
__exit__(ThreadState ts,
PyException exception)
|
Method Detail |
---|
PyObject __enter__(ThreadState ts)
boolean __exit__(ThreadState ts, PyException exception)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |