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

Method get

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

Source from the content-addressed store, hash-verified

156 def fd(self, *args, **kwargs):
157 return self._cobj.fd(*args, **kwargs)
158 def get(self, *args, **kwargs):
159 return self._cobj.get(*args, **kwargs)
160 def pget(self, *args, **kwargs):
161 return self._cobj.pget(*args, **kwargs)
162 def get_both(self, *args, **kwargs):

Callers 15

maybe_show_treeFunction · 0.45
cmp_code_objectsFunction · 0.45
reduce_is_invalidMethod · 0.45
reduce_is_invalidMethod · 0.45
reduce_is_invalidMethod · 0.45
reduce_is_invalidMethod · 0.45
while1stmtFunction · 0.45
find_jump_targetsMethod · 0.45
ingestMethod · 0.45
find_jump_targetsMethod · 0.45
ingestMethod · 0.45
find_jump_targetsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected