MCPcopy Index your code
hub / github.com/geekcomputers/Python / done

Method done

Test-Case-Generator/test_case.py:213–217  ·  view source on GitHub ↗
(self, output)

Source from the content-addressed store, hash-verified

211 gui.clipboard_append(txt.strip())
212
213 def done(self, output):
214 self.a = [0]
215 self.try_forget()
216 self.retrieve_home()
217 pass
218
219 def display(self):
220 self.y_scroll = Scrollbar(gui)

Callers 5

displayMethod · 0.95
colour spiral.pyFile · 0.80
heart_redFunction · 0.80
Turtle_Star.pyFile · 0.80

Calls 2

try_forgetMethod · 0.95
retrieve_homeMethod · 0.95

Tested by

no test coverage detected