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

Class Server

python/pyarrow/tests/arrow_16597.py:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
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 1

arrow_16597.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected