OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <PythonEval.h>
Public Member Functions | |
PythonThreadLocker () | |
~PythonThreadLocker () | |
Private Attributes | |
PyGILState_STATE | state |
Each call of the embedded python code could be easily locked by object of this class
Definition at line 63 of file PythonEval.h.
|
inline |
Definition at line 69 of file PythonEval.h.
|
inline |
Definition at line 72 of file PythonEval.h.
References state.
|
private |
Definition at line 66 of file PythonEval.h.