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

/external/python/cpython3/Lib/asyncio/
H A Dbase_events.py555 self._check_callback(callback, 'call_at')
576 self._check_callback(callback, 'call_soon')
582 def _check_callback(self, callback, method): member in class:BaseEventLoop
621 self._check_callback(callback, 'call_soon_threadsafe')
631 self._check_callback(func, 'run_in_executor')
/external/python/cpython2/Lib/
H A Doptparse.py709 def _check_callback(self): member in class:Option
743 _check_callback]
/external/python/cpython3/Lib/
H A Doptparse.py705 def _check_callback(self): member in class:Option
739 _check_callback]

Completed in 258 milliseconds