Searched defs:MenuLstCommand (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dmenulst.py60 class MenuLstCommand(object): class in inherits:object
105 MenuLstCommand objects (the first of which must be the 'title' command).
107 <instance>._cmdlist = [MenuLstCommand #1, MenuLstCommand #2, ...]
140 if not isinstance(_cmd, MenuLstCommand):
148 if isinstance(cmd, MenuLstCommand) and name == cmd.get_command():
154 if isinstance(cmd, MenuLstCommand) and name == cmd.get_command():
163 self.add_command(MenuLstCommand(cmd, args))
166 return [cmd for cmd in self._cmdlist if type(cmd) == MenuLstCommand]
213 "Add a MenuLstCommand o
[all...]

Completed in 14 milliseconds