MCPcopy
hub / github.com/geekcomputers/Python / cpy

Method cpy

Test-Case-Generator/test_case.py:208–211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206 self.copyright_label.place(relx=0.92, rely=0.005)
207
208 def cpy(self):
209 txt = self.output.get("1.0", END)
210 gui.clipboard_clear()
211 gui.clipboard_append(txt.strip())
212
213 def done(self, output):
214 self.a = [0]

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected