(self, functionName = None, funcArgs = None,)
| 164 | |
| 165 | |
| 166 | def __init__(self, functionName = None, funcArgs = None,): |
| 167 | self.functionName = functionName |
| 168 | self.funcArgs = funcArgs |
| 169 | |
| 170 | def read(self, iprot): |
| 171 | if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None: |
nothing calls this directly
no outgoing calls
no test coverage detected