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

Method __init__

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

Source from the content-addressed store, hash-verified

173 """A Flight server that numbers incoming/outgoing data."""
174
175 def __init__(self, options=None, **kwargs):
176 super().__init__(**kwargs)
177 self.options = options
178
179 def do_get(self, context, ticket):
180 data = [

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected