MCPcopy Create free account
hub / github.com/EasyIME/PIME / __init__

Method __init__

python/python3/tornado/iostream.py:1120–1123  ·  view source on GitHub ↗
(self, socket: socket.socket, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

1118 """
1119
1120 def __init__(self, socket: socket.socket, *args: Any, **kwargs: Any) -> None:
1121 self.socket = socket
1122 self.socket.setblocking(False)
1123 super().__init__(*args, **kwargs)
1124
1125 def fileno(self) -> Union[int, ioloop._Selectable]:
1126 return self.socket

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected