Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
10
def
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
21
def
tweet_text(api, user):
Callers
2
tweet_text
Function · 0.85
tweet_picture
Function · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected