Functions | |
| def | __setup_backend |
| def | __sendfile |
| def | sendfile |
Variables | |
| tuple | __session = qo.backend.Session() |
| tuple | __mutex = mutex.mutex() |
| def py::qo::bridge::__sendfile | ( | args | ) | [private] |
| def py::qo::bridge::__setup_backend | ( | ) | [private] |
creates and setup, if need, a session on the backend and return it
00027 : 00028 """ creates and setup, if need, a session on the backend and return it """ 00029 __session.setup() 00030 return __session 00031 def __sendfile( args ) :
| def py::qo::bridge::sendfile | ( | args | ) |
tuple py::qo::bridge::__mutex = mutex.mutex() [static] |
tuple py::qo::bridge::__session = qo.backend.Session() [static] |
1.5.3