Searched defs:PLATFORMS (Results 1 – 6 of 6) sorted by relevance
1 PLATFORMS chapter
25 PLATFORMS = [ 'aix', 'beos', 'netware', 'os2', 'os390', 'unix', 'win32' ] variable
147 PLATFORMS = ['Posix', 'MacOS X', 'Windows'] variable
75 PLATFORMS := amd64 arm64 macro
20 PLATFORMS = "Any" variable
29 PLATFORMS: Tuple[Platform, ...] = typing.get_args(Platform) variable