summaryrefslogtreecommitdiff
path: root/modules/language/python/module/python.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2017-10-09 21:40:34 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2017-10-09 21:40:34 +0200
commite4938284cef9e4048528839d29e5930b0e1928f4 (patch)
tree3453cd642afb4586c9445c948971f3321076148b /modules/language/python/module/python.scm
parentc3010a227bf6ee70d74fa47d57ffa641e830f4f9 (diff)
reversed
Diffstat (limited to 'modules/language/python/module/python.scm')
-rw-r--r--modules/language/python/module/python.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/language/python/module/python.scm b/modules/language/python/module/python.scm
index c391907..0dab709 100644
--- a/modules/language/python/module/python.scm
+++ b/modules/language/python/module/python.scm
@@ -27,9 +27,10 @@
#:re-export (Exception StopIteration send sendException next
GeneratorExit sendClose RuntimeError
len dir next dict None property range
- tuple)
+ tuple
+ )
#:export (print repr complex float int round
- set all any bin callable
+ set all any bin callable reversed
chr classmethod staticmethod
divmod enumerate filter format
getattr hasattr hex isinstance
@@ -200,3 +201,4 @@
(define min py-min)
(define max py-max)
(define list pylist)
+(define reversed py-reversed)