summaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-05-24 22:46:51 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-05-24 22:46:51 +0300
commitd098c6bf852eacb4e364dd8f5dfce1a472795ff9 (patch)
treee946fecbd07b2f14e2f542df08b0b87137692c7c /py/qstrdefs.h
parent561789d7182e8354761e4dc9f40ed7dd1a72686a (diff)
objstr: Implement .endswith().
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index cffb64d5e..1081d0441 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -239,6 +239,7 @@ Q(rindex)
Q(split)
Q(rsplit)
Q(startswith)
+Q(endswith)
Q(replace)
Q(partition)
Q(rpartition)