Home
last modified time | relevance | path

Searched refs:TRY_NATIVE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dconstants.py26 TRY_NATIVE = enum.auto() variable in _SendfileMode
Dproactor_events.py445 _sendfile_compatible = constants._SendfileMode.TRY_NATIVE
Dselector_events.py711 _sendfile_compatible = constants._SendfileMode.TRY_NATIVE
Dbase_events.py1052 if mode is constants._SendfileMode.TRY_NATIVE: