Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ close
Method
close
python/python3/tornado/test/ioloop_test.py:273–275 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
271
return
self.sockobj.fileno()
272
273
def
close(self):
274
self.closed = True
275
self.sockobj.close()
276
277
sockobj, port = bind_unused_port()
278
socket_wrapper = SocketWrapper(sockobj)
Callers
10
test_multiple_add
Method · 0.45
test_remove_without_add
Method · 0.45
target
Method · 0.45
test_read_while_writeable
Method · 0.45
handle_connection
Method · 0.45
test_handler_callback_file_object
Method · 0.45
test_mixed_fd_fileobj
Method · 0.45
test_remove_handler_from_handler
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected