MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / close

Method close

test/ok_lib2.7/bsddb/dbobj.py:146–147  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

144 def associate(self, *args, **kwargs):
145 return self._cobj.associate(*args, **kwargs)
146 def close(self, *args, **kwargs):
147 return self._cobj.close(*args, **kwargs)
148 def consume(self, *args, **kwargs):
149 return self._cobj.consume(*args, **kwargs)
150 def consume_wait(self, *args, **kwargs):

Callers 6

mainFunction · 0.45
__mem_sageFunction · 0.45
process_funcFunction · 0.45
closeMethod · 0.45
closeMethod · 0.45
wrapperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected