Public Member Functions | |
| def | execute |
Static Private Attributes | |
| tuple | _sem = threading.Semaphore() |
| def py::qo::share::send_overlay_action::execute | ( | ) |
00053 : 00054 send_overlay_action._sem.acquire() 00055 try : 00056 _send_overlay() 00057 finally : 00058 send_overlay_action._sem.release() 00059 def send_overlay() :
tuple py::qo::share::send_overlay_action::_sem = threading.Semaphore() [static, private] |
1.5.3