Пример #1
0
def test_service_attribute_error():
    io = CocaineIO.instance()
    locator = Locator("localhost", 10053, loop=io)
    locator.random_attribute().get()
def test_service_attribute_error():
    io = IOLoop.current()
    locator = Locator([("localhost", 10053)], io_loop=io)
    locator.random_attribute().get()
Пример #3
0
def test_service_attribute_error():
    io = IOLoop.current()
    locator = Locator([("localhost", 10053)], io_loop=io)
    locator.random_attribute().get()