MCPcopy Create free account
hub / github.com/ActiveState/code / move

Method move

recipes/Python/577635_Directory_Pruner_3/recipe-577635.py:694–696  ·  view source on GitHub ↗

Insert this node under parent at index.

(self, parent, index)

Source from the content-addressed store, hash-verified

692 return self.insert(tkinter.END, text)
693
694 def move(self, parent, index):
695 "Insert this node under parent at index."
696 self.__tree.move(self.__node, parent, index)
697
698 def reattach(self, parent='', index=tkinter.END):
699 "Attach node to parent at index (defaults to end of root)."

Callers 9

reattachMethod · 0.95
stripAxisCodeFunction · 0.45
__sortMethod · 0.45
getStatsFunction · 0.45
net_copyMethod · 0.45
update_panel_positionMethod · 0.45
movefilesFunction · 0.45
writeFunction · 0.45
getStatsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected