Searched refs:threading_hook (Results 1 – 3 of 3) sorted by relevance
250 threading_hook: Callback | None = None variable in Reader727 threading_hook = self.threading_hook728 if threading_hook is None and 'threading' in sys.modules:731 if threading_hook is not None:733 threading_hook()
73 reader.threading_hook = handler
138 if r.threading_hook is not None:139 r.threading_hook.add("") # type: ignore