diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-05-24 22:46:51 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-05-24 22:46:51 +0300 |
commit | d098c6bf852eacb4e364dd8f5dfce1a472795ff9 (patch) | |
tree | e946fecbd07b2f14e2f542df08b0b87137692c7c /py/qstrdefs.h | |
parent | 561789d7182e8354761e4dc9f40ed7dd1a72686a (diff) |
objstr: Implement .endswith().
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 1 |
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) |