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

Method _set_uname

Lib/test/test_sysconfig.py:102–103  ·  view source on GitHub ↗
(self, uname)

Source from the content-addressed store, hash-verified

100 super(TestSysConfig, self).tearDown()
101
102 def _set_uname(self, uname):
103 self._uname = os.uname_result(uname)
104
105 def _get_uname(self):
106 return self._uname

Callers 2

setUpMethod · 0.95
test_get_platformMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected