Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ things_to_run
Function
things_to_run
tests/files/pyt_examples/yield.py:7–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
7
def
things_to_run():
8
yield
"echo hello"
9
yield
from
request.get_json()[
"commands"
]
10
yield
"echo done"
11
12
13
@app.route(
'/'
, methods=[
'POST'
])
Callers
1
home
Function · 0.85
Calls
1
get_json
Method · 0.80
Tested by
no test coverage detected