MCPcopy Index your code
hub / github.com/RustPython/RustPython / name

Method name

Lib/socket.py:778–782  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

776
777 @property
778 def name(self):
779 if not self.closed:
780 return self.fileno()
781 else:
782 return -1
783
784 @property
785 def mode(self):

Callers

nothing calls this directly

Calls 1

filenoMethod · 0.95

Tested by

no test coverage detected