Python/platform
< Python
Jump to navigation
Jump to search
Values on macOS + python3 (homebrew)
| function | value |
|---|---|
| platform.system() | Darwin |
| platform.macheine() | x86_64 |
| platform.processor() | i386 |
| platform.python_implementation() | CPython |
| function | value |
|---|---|
| platform.system() | Darwin |
| platform.macheine() | x86_64 |
| platform.processor() | i386 |
| platform.python_implementation() | CPython |