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

Method type

Lib/socket.py:539–542  ·  view source on GitHub ↗

Read-only access to the socket type.

(self)

Source from the content-addressed store, hash-verified

537
538 @property
539 def type(self):
540 """Read-only access to the socket type.
541 """
542 return _intenum_converter(super().type, SocketKind)
543
544 if os.name == 'nt':
545 def get_inheritable(self):

Callers 1

_typeMethod · 0.45

Calls 2

_intenum_converterFunction · 0.85
superClass · 0.85

Tested by

no test coverage detected