Package org.python.modules
Class synchronize
java.lang.Object
org.python.modules.synchronize
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectstatic PyObjectapply_synchronized(PyObject syncObject, PyObject callable, PyObject args) static PyObjectapply_synchronized(PyObject syncObject, PyObject callable, PyObject args, PyDictionary kws) static PyObjectmake_synchronized(PyObject callable)
-
Constructor Details
-
synchronize
public synchronize()
-
-
Method Details
-
_getSync
-
apply_synchronized
-
apply_synchronized
public static PyObject apply_synchronized(PyObject syncObject, PyObject callable, PyObject args, PyDictionary kws) -
make_synchronized
-