MCPcopy 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
81class TracingClientMiddlewareFactory(flight.ClientMiddlewareFactory):
82 def start_call(self, info):
83 print("Starting new call:", info)
84 return TracingClientMiddleware()
85
86
87class FlightServer(flight.FlightServerBase):

Callers 2

__init__Method · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected