MCPcopy
hub / github.com/rocky/python-uncompyle6 / remove

Method remove

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

Source from the content-addressed store, hash-verified

182 def put(self, *args, **kwargs):
183 return self._cobj.put(*args, **kwargs)
184 def remove(self, *args, **kwargs):
185 return self._cobj.remove(*args, **kwargs)
186 def rename(self, *args, **kwargs):
187 return self._cobj.rename(*args, **kwargs)
188 def set_bt_minkey(self, *args, **kwargs):

Callers 11

_get_outstreamFunction · 0.45
mainFunction · 0.45
detect_control_flowMethod · 0.45
detect_control_flowMethod · 0.45
detect_control_flowMethod · 0.45
detect_control_flowMethod · 0.45
removeMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected