Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

cytora / gevent   python

Repository URL to install this package:

Version: 1.4.0 

/ tests / test__GreenletExit.py

from gevent import GreenletExit

assert issubclass(GreenletExit, BaseException)
assert not issubclass(GreenletExit, Exception)