MCPcopy Create free account
hub / github.com/apache/arrow / do_exchange

Method do_exchange

python/pyarrow/tests/test_flight.py:2557–2558  ·  view source on GitHub ↗
(self, context, descriptor, reader, writer)

Source from the content-addressed store, hash-verified

2555 raise exc
2556
2557 def do_exchange(self, context, descriptor, reader, writer):
2558 raise exc
2559
2560 with FailServer() as server, \
2561 FlightClient(('localhost', server.port)) as client:

Callers 12

DoExchangeMethod · 0.45
test_middleware_mappingFunction · 0.45
test_doexchange_getFunction · 0.45
test_doexchange_putFunction · 0.45
test_doexchange_echoFunction · 0.45
test_doexchange_echo_v4Function · 0.45
test_interruptFunction · 0.45
test_large_descriptorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected