Home
last modified time | relevance | path

Searched defs:add_command (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/clap/clap_complete/src/shells/
Dbash.rs78 fn add_command( in all_subcommands() function
/third_party/python/PC/
Dlauncher.c991 add_command(wchar_t * name, wchar_t * cmdline) in add_command() function
/third_party/python/Lib/tkinter/
Dtix.py1193 def add_command(self, name, cnf={}, **kw): member in OptionMenu
D__init__.py3329 def add_command(self, cnf={}, **kw): member in Menu