Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ tearDown
Method
tearDown
python/python3/tornado/test/ioloop_test.py:449–451 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
447
IOLoop.clear_current()
448
449
def
tearDown(self):
450
if
self.io_loop is not None:
451
self.io_loop.close()
452
453
def
test_default_current(self):
454
self.io_loop = IOLoop()
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected