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

Method reading

python/python3/tornado/iostream.py:1378–1379  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1376 self._add_io_state(self.io_loop.WRITE)
1377
1378 def reading(self) -> bool:
1379 return self._handshake_reading or super().reading()
1380
1381 def writing(self) -> bool:
1382 return self._handshake_writing or super().writing()

Callers 2

test_read_intoMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_read_intoMethod · 0.36