HomeSort by relevance Sort by last modified time
    Searched refs:_format_callback_source (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/asyncio/
base_futures.py 41 return events._format_callback_source(callback, ())
events.py 72 def _format_callback_source(func, args): function
102 info.append(_format_callback_source(self._callback, self._args))
129 cb = _format_callback_source(self._callback, self._args)

Completed in 126 milliseconds