MCPcopy Create free account
hub / github.com/baidu/tera / GetReasonNumber

Method GetReasonNumber

src/sdk/python/TeraSdk.py:50–55  ·  view source on GitHub ↗

Returns: (long) status code

(self)

Source from the content-addressed store, hash-verified

48 return Status.reason_list_[self.c_]
49
50 def GetReasonNumber(self):
51 """
52 Returns:
53 (long) status code
54 """
55 return self.c_
56
57
58class ScanDescriptor(object):

Callers 5

mutation_callbackFunction · 0.80
reader_callbackFunction · 0.80
sync_put_batchFunction · 0.80
sync_get_batchFunction · 0.80
put_get_with_timestampFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected