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

Method remove

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

Source from the content-addressed store, hash-verified

249 def open(self, *args, **kwargs):
250 return self._cobj.open(*args, **kwargs)
251 def remove(self, *args, **kwargs):
252 return self._cobj.remove(*args, **kwargs)
253 def stat(self, *args, **kwargs):
254 return self._cobj.stat(*args, **kwargs)
255 def set_cachesize(self, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected