Module quote
Source - Quoted
- A wrapper for a value to be quoted with a given style.
- QuoteStyle
- The style of quoting to use: single or double quotes.
- q
- Return a
Quoted wrapper using double quotes (default). - q_s
- Return a
Quoted wrapper using single quotes for diagnostic quoting. - quoted
- Return a
Quoted wrapper for the given value and quote style.