MCPcopy Index your code
hub / github.com/python/cpython / family

Method family

Lib/socket.py:533–536  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

531
532 @property
533 def family(self):
534 """Read-only access to the address family for this socket.
535 """
536 return _intenum_converter(super().family, AddressFamily)
537
538 @property
539 def type(self):

Callers

nothing calls this directly

Calls 2

_intenum_converterFunction · 0.85
superClass · 0.85

Tested by

no test coverage detected