Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ stop_app
Function
stop_app
Android/android.py:636–637 ·
view source on GitHub ↗
(serial)
Source
from the content-addressed store, hash-verified
634
635
636
def
stop_app(serial):
637
run([adb,
"-s"
, serial,
"shell"
,
"am"
,
"force-stop"
, APP_ID], log=False)
638
639
640
async
def
gradle_task(context):
Callers
2
gradle_task
Function · 0.85
run_testbed
Function · 0.85
Calls
1
run
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…