MCPcopy Index your code
hub / github.com/python/cpython / append

Method append

Lib/idlelib/undo.py:318–319  ·  view source on GitHub ↗
(self, cmd)

Source from the content-addressed store, hash-verified

316 return len(self.cmds)
317
318 def append(self, cmd):
319 self.cmds.append(cmd)
320
321 def getcmd(self, i):
322 return self.cmds[i]

Callers 15

set_breakpointMethod · 0.45
ranges_to_linenumbersMethod · 0.45
mainFunction · 0.45
GetExtensionsMethod · 0.45
__init__Method · 0.45
get_contextMethod · 0.45
make_guiMethod · 0.45
load_stackMethod · 0.45
GetSubListMethod · 0.45
GetSubListMethod · 0.45
listmodulesMethod · 0.45

Calls

no outgoing calls

Tested by 11

_assert_highlightingMethod · 0.36
runFunction · 0.36
test_clearMethod · 0.36
wrapped_funcFunction · 0.36
checklinesMethod · 0.36
test_nestedMethod · 0.36
writeMethod · 0.36