Searched refs:cmds (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/client/
H A Dclient_api.py100 if subcommand not in cmds:
115 if subcommand not in cmds:
124 data_schema = cmds[subcommand][1]()
2819 if subcommand not in cmds:
2890 func = cmds[subcommand][0]
2895 if len(cmds[subcommand]) > 2:
2896 pargs_limit = cmds[subcommand][2]
3302 cmds = { variable
/pkg/src/
H A Dclient.py1931 op_func = cmds[op][0]
5240 # cmds dictionary is used to dispatch subcommands. The format of this
5250 cmds = { variable
5438 if sub in cmds and \
5455 if subcommand in cmds and show_usage:
5457 if subcommand and subcommand not in cmds:
5523 func = cmds[subcommand][0]
5525 if len(cmds[subcommand]) > 1:
5526 pargs_limit = cmds[subcommand][1]

Completed in 43 milliseconds