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

Method do_put

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

Source from the content-addressed store, hash-verified

2552
2553 class FailServer(flight.FlightServerBase):
2554 def do_put(self, context, descriptor, reader, writer):
2555 raise exc
2556
2557 def do_exchange(self, context, descriptor, reader, writer):
2558 raise exc

Calls

no outgoing calls

Tested by

no test coverage detected