Comment 1 for bug 1817325

Revision history for this message
Puissant Clement (nagha) wrote :

In order to access to this signature:

class Cmd(cmd.Cmd):
def __init__(self, completekey: str='tab', stdin=None, stdout=None, persistent_history_file: str='',
                 persistent_history_length: int=1000, startup_script: Optional[str]=None, use_ipython: bool=False,
                 transcript_files: Optional[List[str]]=None) -> None: