Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ home
Function
home
tests/files/pyt_examples/yield.py:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
@app.route(
'/'
, methods=[
'POST'
])
14
def
home():
15
script =
"; "
.join(things_to_run())
16
subprocess.call(script, shell=True)
17
return
'Executed'
18
19
20
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
2
things_to_run
Function · 0.85
join
Method · 0.80
Tested by
no test coverage detected