Lines Matching refs:backslash
116 .. index:: physical line, line joining, line continuation, backslash character
118 Two or more physical lines may be joined into logical lines using backslash
119 characters (``\``), as follows: when a physical line ends in a backslash that is
121 a single logical line, deleting the backslash and the following end-of-line
129 A line ending in a backslash cannot carry a comment. A backslash does not
130 continue a comment. A backslash does not continue a token except for string
132 physical lines using a backslash). A backslash is illegal elsewhere on a line
187 backslashes; the whitespace up to the first backslash determines the
451 *triple-quoted strings*). The backslash (``\``) character is used to escape
452 characters that otherwise have a special meaning, such as newline, backslash
498 single: \ (backslash); escape sequence
590 unchanged, i.e., *the backslash is left in the result*. (This behavior is
601 Even in a raw literal, quotes can be escaped with a backslash, but the
602 backslash remains in the result; for example, ``r"\""`` is a valid string
603 literal consisting of two characters: a backslash and a double quote; ``r"\"``
605 backslashes). Specifically, *a raw literal cannot end in a single backslash*
606 (since the backslash would escape the following quote character). Note also
607 that a single backslash followed by a newline is interpreted as those two
770 To include a value in which a backslash escape is required, create