Home
last modified time | relevance | path

Searched defs:unix_shell (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/support/
D__init__.py803 unix_shell = '/system/bin/sh' if is_android else '/bin/sh' variable
805 unix_shell = None variable