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

Method do_action

python/pyarrow/tests/test_flight.py:394–396  ·  view source on GitHub ↗
(self, context, action)

Source from the content-addressed store, hash-verified

392 self.slow_stream())
393
394 def do_action(self, context, action):
395 time.sleep(0.5)
396 return []
397
398 @staticmethod
399 def slow_stream():

Calls

no outgoing calls

Tested by

no test coverage detected