Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dplatform.py743 func = getattr(cls, f'get_{sys.platform}', cls.from_subprocess)
758 def from_subprocess(): member in _Processor