summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan VM <vmjuan90@gmail.com>2020-07-09 04:09:14 +0200
committerGitHub <noreply@github.com>2020-07-08 21:09:14 -0500
commiteb7f68e25df63efed1751fe507221814f03671c7 (patch)
tree5f685fa88787386e969b0d13de26c3cab4bdf6e2
parent5c0607027846ba830eb72fb32c82e9152bf35295 (diff)
downloadpyparsing-git-eb7f68e25df63efed1751fe507221814f03671c7.tar.gz
The metod getTokensEndLoc no longer exists (#228)
The metod getTokensEndLoc no longer exists
-rw-r--r--docs/HowToUsePyparsing.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/HowToUsePyparsing.rst b/docs/HowToUsePyparsing.rst
index 218aa58..e3738bd 100644
--- a/docs/HowToUsePyparsing.rst
+++ b/docs/HowToUsePyparsing.rst
@@ -955,9 +955,6 @@ Helper methods
so on (note that rangeSpec does not include support for generic regular
expressions, just string range specs)
-- ``getTokensEndLoc()`` - function to call from within a parse action to get
- the ending location for the matched tokens
-
- ``traceParseAction(fn)`` - decorator function to debug parse actions. Lists
each call, called arguments, and return value or exception