MCPcopy 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_addMethod · 0.45
targetMethod · 0.45
handle_connectionMethod · 0.45
test_mixed_fd_fileobjMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected