MCPcopy Create free account
hub / github.com/EasyIME/PIME / _clear_current

Method _clear_current

python/python3/tornado/ioloop.py:325–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323
324 @staticmethod
325 def _clear_current() -> None:
326 old = IOLoop.current(instance=False)
327 if old is not None:
328 old._clear_current_hook()
329
330 def _clear_current_hook(self) -> None:
331 """Instance method called when an IOLoop ceases to be current.

Callers 2

clear_currentMethod · 0.80
closeMethod · 0.80

Calls 2

currentMethod · 0.80
_clear_current_hookMethod · 0.45

Tested by

no test coverage detected