Update codegen.rs

This commit is contained in:
Shunsuke Shibayama 2022-08-22 23:17:08 +09:00
parent 20aaf6a53e
commit a37cf90f38

View file

@ -168,6 +168,7 @@ fn is_python_global(name: &str) -> bool {
| "pow"
| "print"
| "property"
| "quit"
| "range"
| "repr"
| "reversed"