Home
last modified time | relevance | path

Searched refs:_HAS_IPv6 (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dbase_events.py64 _HAS_IPv6 = hasattr(socket, 'AF_INET6') variable
131 if _HAS_IPv6:
147 if _HAS_IPv6 and af == socket.AF_INET6:
1516 if (_HAS_IPv6 and
H A Dselector_events.py624 base_events._HAS_IPv6 and sock.family == socket.AF_INET6):

Completed in 5 milliseconds