Last active
November 26, 2018 22:21
-
-
Save jimjh/5b46f71acce31dbcb97d303ac7ec232c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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