BlockIt
|
Public Member Functions | |
def | __init__ |
def | parseImpl |
def | __str__ |
Public Attributes | |
quoteChar | |
quoteCharLen | |
firstQuoteChar | |
endQuoteChar | |
endQuoteCharLen | |
escChar | |
escQuote | |
unquoteResults | |
flags | |
pattern | |
escCharReplacePattern | |
re | |
reString | |
name | |
errmsg | |
mayIndexError | |
mayReturnEmpty | |
strRepr |
Token for matching strings that are delimited by quoting characters.
Definition at line 1799 of file pyparsing.py.
def blockit::external::pyparsing::QuotedString::__init__ | ( | self, | |
quoteChar, | |||
escChar = None , |
|||
escQuote = None , |
|||
multiline = False , |
|||
unquoteResults = True , |
|||
endQuoteChar = None |
|||
) |
Defined with the following parameters: - quoteChar - string of one or more characters defining the quote delimiting string - escChar - character to escape quotes, typically backslash (default=None) - escQuote - special quote sequence to escape an embedded quote string (such as SQL's "" to escape an embedded ") (default=None) - multiline - boolean indicating whether quotes can span multiple lines (default=False) - unquoteResults - boolean indicating whether the matched text should be unquoted (default=True) - endQuoteChar - string of one or more characters defining the end of the quote delimited string (default=None => same as quoteChar)
Definition at line 1802 of file pyparsing.py.
def blockit::external::pyparsing::QuotedString::__str__ | ( | self | ) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1903 of file pyparsing.py.
def blockit::external::pyparsing::QuotedString::parseImpl | ( | self, | |
instring, | |||
loc, | |||
doActions = True |
|||
) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1876 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::Token.
Definition at line 1810 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1810 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1810 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1810 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1810 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1903 of file pyparsing.py.
Definition at line 1810 of file pyparsing.py.