Home
last modified time | relevance | path

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

/dports/lang/python39/Python-3.9.9/Lib/
H A Dplatform.py729 def _get_machine_win32(): function
749 return os.environ.get('PROCESSOR_IDENTIFIER', _get_machine_win32())
857 machine = machine or _get_machine_win32()
/dports/lang/python310/Python-3.10.1/Lib/
H A Dplatform.py716 def _get_machine_win32(): function
736 return os.environ.get('PROCESSOR_IDENTIFIER', _get_machine_win32())
844 machine = machine or _get_machine_win32()
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dplatform.py717 def _get_machine_win32(): function
737 return os.environ.get('PROCESSOR_IDENTIFIER', _get_machine_win32())
849 machine = machine or _get_machine_win32()