Home
last modified time | relevance | path

Searched refs:use_bytes (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_os.py2432 def create_args(self, *, with_env=False, use_bytes=False): argument
2453 if use_bytes:
2524 args = self.create_args(with_env=True, use_bytes=True)
/external/python/cpython3/Modules/
Dposixmodule.c3261 posix_getcwd(int use_bytes) in posix_getcwd() argument
3270 if (!use_bytes) { in posix_getcwd()
3333 if (use_bytes) in posix_getcwd()