Home
last modified time | relevance | path

Searched refs:_ALL_QUOTES (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dast.py681 _ALL_QUOTES = (*_SINGLE_QUOTES, *_MULTI_QUOTES) variable
1112 self, string, *, quote_types=_ALL_QUOTES, escape_special_whitespace=False
1149 def _write_str_avoiding_backslashes(self, string, *, quote_types=_ALL_QUOTES):
1177 quote_types = list(_ALL_QUOTES)

Completed in 3 milliseconds