3.2.3. effect.io module¶
Intents and performers for basic user interaction.
Use effect.io.stdio_dispatcher as a dispatcher for Display and
Prompt that uses built-in Python standard io facilities.
-
class
effect.io.Display(output)¶ Bases:
objectDisplay some text to the user.
-
class
effect.io.Prompt(prompt)¶ Bases:
objectGet some input from the user, with a prompt.