MCPcopy 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
856def 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_envFunction · 0.85
print_envFunction · 0.70

Tested by

no test coverage detected