Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ TracingClientMiddlewareFactory
Class
TracingClientMiddlewareFactory
python/examples/flight/middleware.py:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
80
81
class
TracingClientMiddlewareFactory(flight.ClientMiddlewareFactory):
82
def
start_call(self, info):
83
print(
"Starting new call:"
, info)
84
return
TracingClientMiddleware()
85
86
87
class
FlightServer(flight.FlightServerBase):
Callers
2
__init__
Method · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected