Home
last modified time | relevance | path

Searched refs:add_command (Results 1 - 15 of 15) sorted by relevance

/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dbash.rs78 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__.py300 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 Ddynoption.py27 self['menu'].add_command(label=item,
H A Dwindow.py34 menu.add_command(label=title, command=window.wakeup)
H A Dscrolledlist.py136 def fill_menu(self): self.menu.add_command(label="right click")
H A Dsidebar.py447 rmenu.add_command(label='Copy',
450 rmenu.add_command(label='Copy with prompts',
H A Ddebugger.py424 menu.add_command(label="Go to source line",
426 menu.add_command(label="Show stack frame",
H A Dsqueezer.py195 rmenu.add_command(label=label, command=getattr(self, method_name))
H A Dhelp.py233 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
H A Deditor.py599 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 Dtest_squeezer.py459 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 Dtest_widgets.py1417 m1.add_command(label='test')
1433 m1.add_command(label='test')
/third_party/python/PC/
H A Dlauncher.c991 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__.py3366 def add_command(self, cnf={}, **kw): member in Menu
4037 menu.add_command(label=value,
4040 menu.add_command(label=v,
H A Dtix.py1193 def add_command(self, name, cnf={}, **kw): member in OptionMenu

Completed in 23 milliseconds