Esempio n. 1
0
def connect_stdpipes():
    """
    Creates an RPyC connection over the standard pipes (``stdin`` and ``stdout``)
    
    :returns: an RPyC connection exposing ``SlaveService``
    """
    return factory.connect_stdpipes(SlaveService)
Esempio n. 2
0
def connect_stdpipes():
    """
    Creates an RPyC connection over the standard pipes (``stdin`` and ``stdout``)
    
    :returns: an RPyC connection exposing ``SlaveService``
    """
    return factory.connect_stdpipes(SlaveService)
Esempio n. 3
0
def connect_stdpipes():
    return factory.connect_stdpipes(SlaveService)
Esempio n. 4
0
def connect_stdpipes():
    return factory.connect_stdpipes(SlaveService)