The name of the build/host platform.
()
| 209 | |
| 210 | |
| 211 | def build_platform(): |
| 212 | """The name of the build/host platform.""" |
| 213 | # Can also be found via `config.guess`.` |
| 214 | return sysconfig.get_config_var("BUILD_GNU_TYPE") |
| 215 | |
| 216 | |
| 217 | def build_python_path(context): |
no outgoing calls
no test coverage detected
searching dependent graphs…