Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ env
Function
env
Android/android.py:856–857 ·
view source on GitHub ↗
(context)
Source
from the content-addressed store, hash-verified
854
855
856
def
env(context):
857
print_env(android_env(getattr(context,
"host"
, None)))
858
859
860
# Handle SIGTERM the same way as SIGINT. This ensures that if we're terminated
Callers
nothing calls this directly
Calls
2
android_env
Function · 0.85
print_env
Function · 0.70
Tested by
no test coverage detected