MCPcopy 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

closeMethod · 0.45
initializeMethod · 0.45
__del__Method · 0.45
closeMethod · 0.45

Calls 1

_clear_currentMethod · 0.80

Tested by 1