Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ print_env
Function
print_env
Android/android.py:138–140 ·
view source on GitHub ↗
(env)
Source
from the content-addressed store, hash-verified
136
137
# Format the environment so it can be pasted into a shell.
138
def
print_env(env):
139
for
key, value in sorted(env.items()):
140
print(f
"export {key}={shlex.quote(value)}"
)
141
142
143
def
android_env(host):
Callers
2
run
Function · 0.70
env
Function · 0.70
Calls
2
quote
Method · 0.80
items
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…