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

Method append

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

Source from the content-addressed store, hash-verified

140 return self._cobj.__iter__()
141
142 def append(self, *args, **kwargs):
143 return self._cobj.append(*args, **kwargs)
144 def associate(self, *args, **kwargs):
145 return self._cobj.associate(*args, **kwargs)
146 def close(self, *args, **kwargs):

Callers 15

nonterminalMethod · 0.45
cmp_code_objectsFunction · 0.45
build_lines_dataMethod · 0.45
build_prev_opMethod · 0.45
inst_matchesMethod · 0.45
all_instrMethod · 0.45
remove_extended_argsMethod · 0.45
remove_mid_line_ifsMethod · 0.45
disco_loopFunction · 0.45
number_loopFunction · 0.45
decompile_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected