Home
last modified time | relevance | path

Searched defs:help_string (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py90 def add_option(self, long_option, short_option=None, help_string=None): argument
/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py98 def add_option (self, long_option, short_option=None, help_string=None): argument
/external/llvm-project/lldb/source/API/
DSBBreakpointName.cpp520 void SBBreakpointName::SetHelpString(const char *help_string) { in SetHelpString()