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

Function serve

python/pyarrow/tests/test_flight.py:1143–1147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1141 server = None
1142
1143 def serve():
1144 global server
1145 time.sleep(0.5)
1146 server = FlightServerBase(location)
1147 server.serve()
1148
1149 with FlightClient(location) as client:
1150 thread = threading.Thread(target=serve, daemon=True)

Callers

nothing calls this directly

Calls 1

FlightServerBaseClass · 0.90

Tested by

no test coverage detected