Searched defs:prefix_chars (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/textwrap/src/ |
D | refill.rs | 63 let prefix_chars: &[_] = &[' ', '-', '+', '*', '>', '#', '/']; in unfill() localVariable
|
/external/python/cpython3/Doc/library/ |
D | argparse.rst | 368 prefix_chars section in ArgumentParser objects
|
/external/python/cpython3/Lib/ |
D | argparse.py | 1354 prefix_chars, argument 1766 prefix_chars='-', argument
|
/external/python/cpython3/Lib/test/ |
D | test_argparse.py | 2289 def _get_parser(self, subparser_help=False, prefix_chars=None, argument
|