Searched refs:python_build (Results 1 – 7 of 7) sorted by relevance
55 python_build = _python_build() variable81 if python_build:227 if python_build:244 if python_build:
145 self.assertEqual(platform.python_build(), info[4])
241 if not sysconfig.python_build:
582 platform.python_build()[0],
107 buildno, builddate = platform.python_build()
94 .. function:: python_build()
1510 def python_build(): function