HomeSort by relevance Sort by last modified time
    Searched full:regex_option_callback (Results 1 - 1 of 1) sorted by null

  /external/lldb/examples/python/
types.py 55 def regex_option_callback(option, opt_str, value, parser): function
88 parser.add_option('-s', '--skip-type-regex', action="callback", callback=regex_option_callback, type='string', metavar='REGEX', dest='skip_type_regexes', help='Regular expressions that, if they match the current member typename, will cause the type to no be recursively displayed.', default=[])
89 parser.add_option('--std', action="callback", callback=regex_option_callback, metavar='REGEX', dest='skip_type_regexes', help="Don't' recurse into types in the std namespace.", default=[])

Completed in 93 milliseconds