│ │ │ │ rcon.readline module
│ │ │ │ Wrapper for readline support.
│ │ │ │
│ │ │ │ -
│ │ │ │ -class rcon.readline.CommandHistory(logger: Logger, file: Path = PosixPath('/nonexistent/first-build/.rconshell_history'))
│ │ │ │ +class rcon.readline.CommandHistory(logger: Logger, file: Path = PosixPath('/nonexistent/second-build/.rconshell_history'))
│ │ │ │ Bases: object
│ │ │ │ Context manager for the command line history.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │