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

Method __init__

python/pyarrow/tests/test_flight.py:460–462  ·  view source on GitHub ↗
(self, options=None, **kwargs)

Source from the content-addressed store, hash-verified

458 """A server for testing DoExchange."""
459
460 def __init__(self, options=None, **kwargs):
461 super().__init__(**kwargs)
462 self.options = options
463
464 def do_exchange(self, context, descriptor, reader, writer):
465 assert reader.stats.num_messages == 0

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected