mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
5 lines
127 B
Python
5 lines
127 B
Python
from gevent import GreenletExit
|
|
|
|
assert issubclass(GreenletExit, BaseException)
|
|
assert not issubclass(GreenletExit, Exception)
|