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

Method do_put

python/pyarrow/tests/arrow_16597.py:26–28  ·  view source on GitHub ↗
(self, context, descriptor, reader, writer)

Source from the content-addressed store, hash-verified

24
25class Server(flight.FlightServerBase):
26 def do_put(self, context, descriptor, reader, writer):
27 time.sleep(1)
28 raise flight.FlightCancelledError("")
29
30
31if __name__ == "__main__":

Callers 5

gaflight_server_do_putFunction · 0.45
test_successMethod · 0.45
test_errorMethod · 0.45
DoPutMethod · 0.45
arrow_16597.pyFile · 0.45

Calls

no outgoing calls

Tested by 2

test_successMethod · 0.36
test_errorMethod · 0.36