match_face/.venv/Lib/site-packages/gevent/tests/test__GreenletExit.py

5 lines
127 B
Python
Raw Normal View History

from gevent import GreenletExit
assert issubclass(GreenletExit, BaseException)
assert not issubclass(GreenletExit, Exception)