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

Method GetReasonString

src/sdk/python/TeraSdk.py:43–48  ·  view source on GitHub ↗

Returns: (string) status string

(self)

Source from the content-addressed store, hash-verified

41 self.reason_ = Status.reason_list_[c]
42
43 def GetReasonString(self):
44 """
45 Returns:
46 (string) status string
47 """
48 return Status.reason_list_[self.c_]
49
50 def GetReasonNumber(self):
51 """

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