MCPcopy
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_closeMethod · 0.45
make_iostream_pairMethod · 0.45
fake_read_from_fdMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
test_multiple_addMethod · 0.45
test_mixed_fd_fileobjMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected