Searched refs:add_command (Results 1 - 15 of 15) sorted by relevance
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | bash.rs | 78 fn add_command( in all_subcommands() functions 101 add_command(&fn_name, subcmd, subcmds); in all_subcommands() 107 add_command(&fn_name, subcmd, &mut subcmds); in all_subcommands()
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 300 menu.add_command(label=entry, underline=0, 306 menu.add_command(label="Decrease (C-'-')", command=self.decrease_size, 308 menu.add_command(label="Increase (C-'+')", command=self.increase_size, 315 menu.add_command(label=str(size), underline=0, 325 menu.add_command(label=help_label, font=menufont, command=show)
|
/third_party/python/Lib/idlelib/ |
H A D | dynoption.py | 27 self['menu'].add_command(label=item,
|
H A D | window.py | 34 menu.add_command(label=title, command=window.wakeup)
|
H A D | scrolledlist.py | 136 def fill_menu(self): self.menu.add_command(label="right click")
|
H A D | sidebar.py | 447 rmenu.add_command(label='Copy', 450 rmenu.add_command(label='Copy with prompts',
|
H A D | debugger.py | 424 menu.add_command(label="Go to source line", 426 menu.add_command(label="Show stack frame",
|
H A D | squeezer.py | 195 rmenu.add_command(label=label, command=getattr(self, method_name))
|
H A D | help.py | 233 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
|
H A D | editor.py | 599 rmenu.add_command(label=label, command=command) 973 helpmenu.add_command(label=entry[0], command=cmd) 1034 menu.add_command(label=ulchars[i] + " " + file_name, 1248 menu.add_command(label=label, underline=underline,
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_squeezer.py | 459 self.assertEqual(mock_menu.add_command.call_count, 462 mock_menu.add_command.assert_any_call(label=label, command=ANY)
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 1417 m1.add_command(label='test') 1433 m1.add_command(label='test')
|
/third_party/python/PC/ |
H A D | launcher.c | 991 add_command(wchar_t * name, wchar_t * cmdline) in add_command() function 1030 add_command(key, value); in read_config_file()
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 3366 def add_command(self, cnf={}, **kw): member in Menu 4037 menu.add_command(label=value, 4040 menu.add_command(label=v,
|
H A D | tix.py | 1193 def add_command(self, name, cnf={}, **kw): member in OptionMenu
|
Completed in 23 milliseconds