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

Class HeadersTrailersMiddlewareFactory

python/pyarrow/tests/test_flight.py:2706–2711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2704 )
2705
2706 class HeadersTrailersMiddlewareFactory(ClientMiddlewareFactory):
2707 def __init__(self):
2708 self.headers = []
2709
2710 def start_call(self, info):
2711 return HeadersTrailersMiddleware(self)
2712
2713 class HeadersTrailersMiddleware(ClientMiddleware):
2714 def __init__(self, factory):

Callers 1

test_headers_trailersFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_headers_trailersFunction · 0.68