Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/f/a/fastFrag-utils-HEAD/app_engine/fastfrag-converter/tornado/ioloop.py fastFrag-utils(Download)
def _set_nonblocking(self, fd): flags = fcntl.fcntl(fd, fcntl.F_GETFL) fcntl.fcntl(fd, fcntl.F_SETFL, flags | os.O_NONBLOCK) def _set_close_exec(self, fd):
src/w/e/weby-HEAD/lib/tornado/ioloop.py weby(Download)
def _set_nonblocking(self, fd): flags = fcntl.fcntl(fd, fcntl.F_GETFL) fcntl.fcntl(fd, fcntl.F_SETFL, flags | os.O_NONBLOCK) def _set_close_exec(self, fd):
src/j/u/juthin-HEAD/tornado/ioloop.py juthin(Download)
def _set_nonblocking(self, fd): flags = fcntl.fcntl(fd, fcntl.F_GETFL) fcntl.fcntl(fd, fcntl.F_SETFL, flags | os.O_NONBLOCK) def _set_close_exec(self, fd):
src/w/e/webnodes-HEAD/tornado/ioloop.py webnodes(Download)
def _set_nonblocking(self, fd): flags = fcntl.fcntl(fd, fcntl.F_GETFL) fcntl.fcntl(fd, fcntl.F_SETFL, flags | os.O_NONBLOCK) def _set_close_exec(self, fd):