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