Lines Matching refs:quotes
109 Normally, this method first strips any quotes off the argument. If the result
191 .. attribute:: shlex.quotes
193 Characters that will be considered string quotes. The token accumulates until
195 other as in the shell.) By default, includes ASCII single and double quotes.
200 Characters in :attr:`quotes` that will interpret escape characters defined in
279 * Enclosing characters in quotes preserve the literal value of all characters
280 within the quotes;
282 * Closing quotes separate words (``"Do"Separate`` is parsed as ``"Do"`` and
303 * Enclosing characters in quotes which are not part of
305 of all characters within the quotes;
307 * Enclosing characters in quotes which are part of
309 of all characters within the quotes, with the exception of the characters