RPKI Engine 1.0
|
Public Member Functions | |
def | __init__ |
def | cmdloop_with_history |
def | complete_help |
def | completenames |
def | do_EOF |
def | do_exit |
def | emptyline |
def | filename_complete |
def | help_help |
def | onecmd |
Static Public Attributes | |
cmdloop_with_history = cmd.Cmd.cmdloop | |
do_quit = do_exit | |
emptyline_repeats_last_command = False | |
EOF_exits_command_loop = True | |
histfile = None | |
string | identchars = "/-." |
def rpki.cli.Cmd.cmdloop_with_history | ( | self | ) |
def rpki.cli.Cmd.complete_help | ( | self, | |
args | |||
) |
def rpki.cli.Cmd.completenames | ( | self, | |
text, | |||
ignored | |||
) |
def rpki.cli.Cmd.emptyline | ( | self | ) |
def rpki.cli.Cmd.filename_complete | ( | self, | |
text, | |||
line, | |||
begidx, | |||
endidx | |||
) |
def rpki.cli.Cmd.help_help | ( | self | ) |
def rpki.cli.Cmd.onecmd | ( | self, | |
line | |||
) |
rpki.cli.Cmd.cmdloop_with_history = cmd.Cmd.cmdloop [static] |
rpki.cli.Cmd.do_quit = do_exit [static] |
rpki.cli.Cmd.emptyline_repeats_last_command = False [static] |
rpki.cli.Cmd.EOF_exits_command_loop = True [static] |
rpki.cli.Cmd.histfile = None [static] |
Reimplemented in rpki.myrpki.main.
string rpki.cli.Cmd.identchars = "/-." [static] |