Skip to content

Instantly share code, notes, and snippets.

@jimjh
Last active November 26, 2018 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimjh/5b46f71acce31dbcb97d303ac7ec232c to your computer and use it in GitHub Desktop.
Save jimjh/5b46f71acce31dbcb97d303ac7ec232c to your computer and use it in GitHub Desktop.
from __future__ import print_function
from time import sleep
from gevent.monkey import patch_all
patch_all()
print(sleep.__doc__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment