Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ fileno
Method
fileno
tornado/test/ioloop_test.py:270–271 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
268
self.closed = False
269
270
def
fileno(self):
271
return
self.sockobj.fileno()
272
273
def
close(self):
274
self.closed = True
Callers
12
test_chunked_close
Method · 0.45
test_multi_line_headers
Method · 0.45
make_iostream_pair
Method · 0.45
test_inline_read_error
Method · 0.45
fake_read_from_fd
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
test_multiple_add
Method · 0.45
test_remove_without_add
Method · 0.45
test_read_while_writeable
Method · 0.45
test_handler_callback_file_object
Method · 0.45
test_mixed_fd_fileobj
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected