mirror of
https://github.com/kristoferssolo/School.git
synced 2025-12-31 13:42:46 +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)
|