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

Method test_getwch

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

Source from the content-addressed store, hash-verified

92 self.run_in_separated_process(code)
93
94 def test_getwch(self):
95 self.check_getwch('getwch')
96
97 def test_getche(self):
98 msvcrt.ungetch(b'c')

Callers

nothing calls this directly

Calls 1

check_getwchMethod · 0.95

Tested by

no test coverage detected