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

Method Destroy

src/sdk/python/TeraSdk.py:414–418  ·  view source on GitHub ↗

销毁这个mutation,释放底层资源,以后不得再使用这个对象

(self)

Source from the content-addressed store, hash-verified

412 return Status(lib.tera_row_mutation_get_status_code(self.mutation))
413
414 def Destroy(self):
415 """
416 销毁这个mutation,释放底层资源,以后不得再使用这个对象
417 """
418 lib.tera_row_mutation_destroy(self.mutation)
419
420 # Deprecated
421 def DeleteColumn(self, cf, qu):

Callers 1

mutation_callbackFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected