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

Repository URL to install this package:

Details    
gevent / src / gevent / tests / test__GreenletExit.py
Size: Mime:
from gevent import GreenletExit

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