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

Function get_status

tweeter.py:10–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def get_status():
11 lines = []
12 while True:
13 line = input()
14 if line:
15 lines.append(line)
16 else:
17 break
18 return "\n".join(lines)
19
20
21def tweet_text(api, user):

Callers 2

tweet_textFunction · 0.85
tweet_pictureFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected