MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_getwche

Method test_getwche

Lib/test/test_msvcrt.py:101–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99 self.assertEqual(msvcrt.getche(), b'c')
100
101 def test_getwche(self):
102 self.check_getwch('getwche')
103
104 def test_putch(self):
105 msvcrt.putch(b'c')

Callers

nothing calls this directly

Calls 1

check_getwchMethod · 0.95

Tested by

no test coverage detected