MCPcopy Index your code
hub / github.com/python/cpython / test_processor

Method test_processor

Lib/test/test_platform.py:167–168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

165 res = platform.machine()
166
167 def test_processor(self):
168 res = platform.processor()
169
170 def setUp(self):
171 self.save_version = sys.version

Callers

nothing calls this directly

Calls 1

processorMethod · 0.80

Tested by

no test coverage detected