summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
authorxbe <xbe@machine>2014-01-08 14:23:45 -0800
committerxbe <xbe@machine>2014-01-08 14:23:45 -0800
commit7b0f39f318f45b1c51bf81307aa641bcda882911 (patch)
tree0bf8d0d8e58f09a418abd7cf5b79baec8a93ca72 /py/mpqstrraw.h
parentd944a66ead38b15b5a3c7a4ae8b054451fd5c077 (diff)
downloadmicropython-7b0f39f318f45b1c51bf81307aa641bcda882911.tar.gz
micropython-7b0f39f318f45b1c51bf81307aa641bcda882911.zip
Implement str.strip
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r--py/mpqstrraw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h
index eeed6f3a0a..b2d0d22489 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -63,4 +63,5 @@ Q(append)
Q(pop)
Q(sort)
Q(join)
+Q(strip)
Q(format)