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

Method test_error

Lib/test/test_curses.py:133–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131 curses.use_env(True)
132
133 def test_error(self):
134 self.assertIsSubclass(curses.error, Exception)
135
136 def test_create_windows(self):
137 win = curses.newwin(5, 10)

Callers

nothing calls this directly

Calls 1

assertIsSubclassMethod · 0.80

Tested by

no test coverage detected