Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dbase_events.py670 self._check_callback(callback, 'call_at')
691 self._check_callback(callback, 'call_soon')
697 def _check_callback(self, callback, method): member in BaseEventLoop
735 self._check_callback(callback, 'call_soon_threadsafe')
745 self._check_callback(func, 'run_in_executor')
/external/python/cpython3/Lib/
Doptparse.py705 def _check_callback(self): member in Option
739 _check_callback]
/external/python/cpython2/Lib/
Doptparse.py709 def _check_callback(self): member in Option
743 _check_callback]