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

List of all members.

Public Member Functions

def __init__
def parseImpl

Public Attributes

 wordChars
 skipWhitespace
 errmsg

Detailed Description

Matches if the current position is at the end of a Word, and
   is not followed by any character in a given set of wordChars
   (default=printables). To emulate the \b behavior of regular expressions,
   use WordEnd(alphanums). WordEnd will also match at the end of
   the string being parsed, or at the end of a line.

Definition at line 2189 of file pyparsing.py.


Constructor & Destructor Documentation

def blockit::external::pyparsing::WordEnd::__init__ (   self,
  wordChars = printables 
)

Reimplemented from blockit::external::pyparsing::ParserElement.

Definition at line 2196 of file pyparsing.py.


Member Function Documentation

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

Reimplemented from blockit::external::pyparsing::ParserElement.

Definition at line 2202 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