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

Method __init__

python/pyarrow/tests/test_flight.py:912–914  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

910 """Regression test for ARROW-13253."""
911
912 def __init__(self, *args, **kwargs):
913 super().__init__(*args, **kwargs)
914 self._metadata = b' ' * (2 ** 31 + 1)
915
916 def do_get(self, context, ticket):
917 schema = pa.schema([('a', pa.int64())])

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected