Searched refs:sys_platform (Results 1 – 2 of 2) sorted by relevance
122 def _determine_os_name(self, sys_platform): argument123 if sys_platform == 'darwin':125 if sys_platform.startswith('linux'):127 if sys_platform in ('win32', 'cygwin'):129 if sys_platform.startswith('freebsd'):131 raise AssertionError('unrecognized platform string "%s"' % sys_platform)
1395 def _apache_config_file_name_for_platform(self, sys_platform): argument1396 if sys_platform == 'cygwin':1398 if sys_platform.startswith('linux'):