MCPcopy Create free account
hub / github.com/apache/storm / __init__

Method __init__

storm-client/src/py/storm/DistributedRPC.py:166–168  ·  view source on GitHub ↗
(self, functionName = None, funcArgs = None,)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected