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

Method remove

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

Source from the content-addressed store, hash-verified

44 def open(self, *args, **kwargs):
45 return self._cobj.open(*args, **kwargs)
46 def remove(self, *args, **kwargs):
47 return self._cobj.remove(*args, **kwargs)
48 def set_shm_key(self, *args, **kwargs):
49 return self._cobj.set_shm_key(*args, **kwargs)
50 def set_cachesize(self, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected