summaryrefslogtreecommitdiff
path: root/modules/language/python/compile.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/compile.scm')
-rw-r--r--modules/language/python/compile.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/language/python/compile.scm b/modules/language/python/compile.scm
index bbeb069..43db80f 100644
--- a/modules/language/python/compile.scm
+++ b/modules/language/python/compile.scm
@@ -386,6 +386,7 @@
((conjugate) (N 'py-conjugate))
((denominator) (N 'py-denominator))
((numerator) (N 'py-numerator))
+ ((to_bytes) (N 'py-to-bytes))
((fromhex) (N 'py-fromhex))
((hex) (N 'py-hex))
((imag) (N 'py-imag))