Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_command
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected