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

Method uninitialize

python/python3/tornado/process.py:333–338  ·  view source on GitHub ↗

Removes the ``SIGCHLD`` handler.

(cls)

Source from the content-addressed store, hash-verified

331
332 @classmethod
333 def uninitialize(cls) -> None:
334 """Removes the ``SIGCHLD`` handler."""
335 if not cls._initialized:
336 return
337 signal.signal(signal.SIGCHLD, cls._old_sigchld)
338 cls._initialized = False
339
340 @classmethod
341 def _cleanup(cls) -> None:

Callers 1

tearDownMethod · 0.80

Calls

no outgoing calls

Tested by 1

tearDownMethod · 0.64