Add aiter() and anext() to BUILTINS (#1118)

This commit is contained in:
Jonathan Plasse
2022-12-07 15:20:06 +01:00
committed by GitHub
parent f2ac8c4ec2
commit 92b9ab3010

View File

@@ -79,7 +79,9 @@ pub const BUILTINS: &[&str] = &[
"__package__",
"__spec__",
"abs",
"aiter",
"all",
"anext",
"any",
"ascii",
"bin",