From 1fcdc01f1d188a2df49b53576bf2659f5f323f63 Mon Sep 17 00:00:00 2001 From: David Beazley Date: Wed, 28 Nov 2007 17:34:57 +0000 Subject: Minor doc updates --- doc/ply.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/ply.html b/doc/ply.html index a4a5264..2476c36 100644 --- a/doc/ply.html +++ b/doc/ply.html @@ -1090,6 +1090,7 @@ would probably be a bad idea to modify this unless you really know what you're d
This is the raw Match object returned by the Python re.match() function (used internally by PLY) for the current token. If you have written a regular expression that contains named groups, you can use this to retrieve those values. +Note: This attribute is only updated when tokens are defined and processed by functions.

3.18 Conditional lexing and start conditions

-- cgit v1.2.1