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

Method Close

src/sdk/python/TeraSdk.py:267–271  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

265 raise TeraSdkException("open client failed:" + str(err.value))
266
267 def Close(self):
268 """
269 销毁这个client,释放底层资源,以后不得再使用这个对象
270 """
271 lib.tera_client_close(self.client)
272
273 def OpenTable(self, name):
274 """ 打开名为<name>的表

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected