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

Method keys

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

Source from the content-addressed store, hash-verified

176 def items(self, *args, **kwargs):
177 return self._cobj.items(*args, **kwargs)
178 def keys(self, *args, **kwargs):
179 return self._cobj.keys(*args, **kwargs)
180 def open(self, *args, **kwargs):
181 return self._cobj.open(*args, **kwargs)
182 def put(self, *args, **kwargs):

Callers 15

cleanupMethod · 0.45
decompileFunction · 0.45
mainFunction · 0.45
deparse_testFunction · 0.45
extract_line_infoMethod · 0.45
deparsed_findFunction · 0.45
make_function3_annotateFunction · 0.45
test_pythonlib.pyFile · 0.45
test_pyenvlib.pyFile · 0.45
elementsMethod · 0.45
get_featuresMethod · 0.45

Calls

no outgoing calls

Tested by 1

check_expectFunction · 0.36