summaryrefslogtreecommitdiff
path: root/pyparsing/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyparsing/core.py')
-rw-r--r--pyparsing/core.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pyparsing/core.py b/pyparsing/core.py
index 608d607..3bcd6cb 100644
--- a/pyparsing/core.py
+++ b/pyparsing/core.py
@@ -1990,10 +1990,6 @@ class Keyword(Token):
raise ParseException(instring, errloc, errmsg, self)
- def copy(self):
- c = super().copy()
- return c
-
@staticmethod
def setDefaultKeywordChars(chars):
"""Overrides the default characters used by :class:`Keyword` expressions.