MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / family

Method family

tools/python-3.11.9-amd64/Lib/socket.py:516–519  ·  view source on GitHub ↗

Read-only access to the address family for this socket.

(self)

Source from the content-addressed store, hash-verified

514
515 @property
516 def family(self):
517 """Read-only access to the address family for this socket.
518 """
519 return _intenum_converter(super().family, AddressFamily)
520
521 @property
522 def type(self):

Callers

nothing calls this directly

Calls 1

_intenum_converterFunction · 0.85

Tested by

no test coverage detected