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

Method items

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

Source from the content-addressed store, hash-verified

174 def has_key(self, *args, **kwargs):
175 return self._cobj.has_key(*args, **kwargs)
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):

Callers 13

parse38.pyFile · 0.45
parse31.pyFile · 0.45
parse37.pyFile · 0.45
parse30.pyFile · 0.45
customizeMethod · 0.45
code_deparseFunction · 0.45
test_import_as.pyFile · 0.45
kwfuncFunction · 0.45
no_applyFunction · 0.45
test_import.pyFile · 0.45
ast.pyFile · 0.45

Calls

no outgoing calls

Tested by 3

kwfuncFunction · 0.36
no_applyFunction · 0.36
bugFunction · 0.36