Files
wallter/plotter-app/venv/lib/python3.8/site-packages/gevent/tests/test__GreenletExit.py
2024-11-20 17:17:14 +01:00

5 lines
127 B
Python

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