Home
last modified time | relevance | path

Searched refs:_check_callback (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/asyncio/
Dbase_events.py727 self._check_callback(callback, 'call_at')
748 self._check_callback(callback, 'call_soon')
754 def _check_callback(self, callback, method): member in BaseEventLoop
792 self._check_callback(callback, 'call_soon_threadsafe')
802 self._check_callback(func, 'run_in_executor')
/third_party/python/Lib/
Doptparse.py705 def _check_callback(self): member in Option
739 _check_callback]