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

Method __init__

python/pyarrow/tests/test_flight.py:836–838  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

834 """Record what methods were called."""
835
836 def __init__(self):
837 super().__init__()
838 self.methods = []
839
840 def start_call(self, info, headers):
841 self.methods.append(info.method)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected