py::qo::bridge Namespace Reference


Functions

def __setup_backend
def __sendfile
def sendfile

Variables

tuple __session = qo.backend.Session()
tuple __mutex = mutex.mutex()


Function Documentation

def py::qo::bridge::__sendfile (   args  )  [private]

00032                        :
00033         print __setup_backend().send_file(*args)
00034 
def sendfile( *args ) :

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  ) 

00035                       :
00036         __mutex.lock(__sendfile, args)
00037         __mutex.unlock()
00038 
00039 


Variable Documentation

tuple py::qo::bridge::__mutex = mutex.mutex() [static]

tuple py::qo::bridge::__session = qo.backend.Session() [static]


Generated on Tue Oct 9 20:40:31 2007 for Qomics by  doxygen 1.5.3