MCPcopy Create free account
hub / github.com/apache/thrift / _transport_args

Method _transport_args

test/crossrunner/test.py:70–73  ·  view source on GitHub ↗
(self, transport)

Source from the content-addressed store, hash-verified

68 }.get(socket, None)
69
70 def _transport_args(self, transport):
71 return {
72 'zlib': ['--zlib'],
73 }.get(transport, None)
74
75 def build_command(self, port):
76 cmd = copy.copy(self._base_command)

Callers 1

build_commandMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected