Home
last modified time | relevance | path

Searched refs:threading_hook (Results 1 – 3 of 3) sorted by relevance

/prebuilts/build-tools/common/py3-stdlib/_pyrepl/
Dreader.py250 threading_hook: Callback | None = None variable in Reader
727 threading_hook = self.threading_hook
728 if threading_hook is None and 'threading' in sys.modules:
731 if threading_hook is not None:
733 threading_hook()
D_threading_handler.py73 reader.threading_hook = handler
/prebuilts/build-tools/common/py3-stdlib/asyncio/
D__main__.py138 if r.threading_hook is not None:
139 r.threading_hook.add("") # type: ignore