diff options
author | xbe <xbe@machine> | 2014-01-08 14:23:45 -0800 |
---|---|---|
committer | xbe <xbe@machine> | 2014-01-08 14:23:45 -0800 |
commit | 7b0f39f318f45b1c51bf81307aa641bcda882911 (patch) | |
tree | 0bf8d0d8e58f09a418abd7cf5b79baec8a93ca72 /py/mpqstrraw.h | |
parent | d944a66ead38b15b5a3c7a4ae8b054451fd5c077 (diff) | |
download | micropython-7b0f39f318f45b1c51bf81307aa641bcda882911.tar.gz micropython-7b0f39f318f45b1c51bf81307aa641bcda882911.zip |
Implement str.strip
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r-- | py/mpqstrraw.h | 1 |
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) |