Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dplatform.py767 class uname_result( class
806 return uname_result, tuple(self)[:len(self._fields)]
896 _uname_cache = uname_result(*map(_unknown_as_blank, vals))
/third_party/python/Lib/test/
Dtest_sysconfig.py80 self._uname = os.uname_result(uname)
/third_party/python/Misc/NEWS.d/
D3.10.0a4.rst625 Restore compatibility for ``uname_result`` around deepcopy and _replace.