OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:name_with_arguments
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/tool/
multicommandtool_unittest.py
70
self.assertEqual(command_with_args.
name_with_arguments
(), "trivial ARG1 ARG2")
73
self.assertEqual(command_with_args.
name_with_arguments
(), "trivial [options]")
multicommandtool.py
96
def
name_with_arguments
(self):
member in class:Command
120
help_text = self.
name_with_arguments
().ljust(len(self.
name_with_arguments
()) + 3) + self.help_text + "\n\n"
Completed in 3133 milliseconds