I have doubts about twisted python related to my multi-hearted chat server program.
those. when we enter keyboard input using stdio.StandardIO , where is it stored when the reactor starts? Can someone give me an answer please.
stdio.StandardIO
twisted.internet.stdio.StandardIO does not store data anywhere. This is the transport that you associate with the protocol. The protocol that you associate with it can do everything you need with the data passed to it.
twisted.internet.stdio.StandardIO
You can find two examples of using StandardIO in the Twisted documentation, https://twistedmatrix.com/documents/current/_downloads/stdin.py and https://twistedmatrix.com/documents/current/_downloads/stdiodemo.py .
StandardIO
Source: https://habr.com/ru/post/902583/More articles:css: how to make it not stand out when choosing text (in Chrome) - htmlatmospheric noise and random number generation java - javafailed to select first child with jquery - javascriptwrite jquery element inside array - jqueryHow to split a string, given the list of positions in Scala - stringNginx serving a directory as an alias - nginxChoose a Mako preprocessor based on file extension? - pythonSave error message: null PK instance was incorrectly provided for search operation - javaOrder linked libraries at ocamlbuild - linkerGoogleApps - how can I deploy my application - google-app-engineAll Articles