MCPcopy
hub / github.com/celery/celery / read_from_clipboard

Function read_from_clipboard

docs/changelog_formatter.py:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def read_from_clipboard():
27 text = pyperclip.paste()
28 return text.splitlines()
29
30
31def process_line(line):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected