BlockIt
blockit::external::pyparsing::SkipTo Class Reference
Inheritance diagram for blockit::external::pyparsing::SkipTo:
Collaboration diagram for blockit::external::pyparsing::SkipTo:

List of all members.

Public Member Functions

def __init__
def parseImpl

Public Attributes

 ignoreExpr
 mayReturnEmpty
 mayIndexError
 includeMatch
 asList
 failOn
 errmsg

Detailed Description

Token for skipping over all undefined text until the matched expression is found.
   If include is set to true, the matched expression is also parsed (the skipped text
   and matched expression are returned as a 2-element list).  The ignore
   argument is used to define grammars (typically quoted strings and comments) that
   might contain false matches.

Definition at line 2823 of file pyparsing.py.


Constructor & Destructor Documentation

def blockit::external::pyparsing::SkipTo::__init__ (   self,
  other,
  include = False,
  ignore = None,
  failOn = None 
)

Definition at line 2830 of file pyparsing.py.


Member Function Documentation

def blockit::external::pyparsing::SkipTo::parseImpl (   self,
  instring,
  loc,
  doActions = True 
)

Reimplemented from blockit::external::pyparsing::ParseElementEnhance.

Definition at line 2844 of file pyparsing.py.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties