Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ close
Method
close
python/python3/tornado/platform/asyncio.py:347–350 ·
view source on GitHub ↗
(self, all_fds: bool = False)
Source
from the content-addressed store, hash-verified
345
raise
346
347
def
close(self, all_fds: bool = False) -> None:
348
if
self.is_current:
349
self._clear_current()
350
super().close(all_fds=all_fds)
351
352
def
make_current(self) -> None:
353
warnings.warn(
Callers
5
test_ioloop_close_leak
Method · 0.95
close
Method · 0.45
initialize
Method · 0.45
__del__
Method · 0.45
close
Method · 0.45
Calls
1
_clear_current
Method · 0.80
Tested by
1
test_ioloop_close_leak
Method · 0.76