Ejemplo 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)
Ejemplo 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)
Ejemplo n.º 3
0
def connect_stdpipes():
    return factory.connect_stdpipes(SlaveService)
Ejemplo n.º 4
0
def connect_stdpipes():
    return factory.connect_stdpipes(SlaveService)