Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ __init__
Method
__init__
python/pyarrow/tests/test_flight.py:848–850 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
846
""
"Record what methods were called."
""
847
848
def
__init__(self):
849
super().__init__()
850
self.methods = []
851
852
def
start_call(self, info):
853
self.methods.append(info.method)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected