Documentation of 'org.python.core.ContextManager' Java class
ContextManager
org.python.core

Interface ContextManager

  • All Known Implementing Classes:
    Condition, ContextGuard, Lock, PyLock, RLock


    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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.