Add aiter() and anext() to BUILTINS (#1118)
This commit is contained in:
@@ -79,7 +79,9 @@ pub const BUILTINS: &[&str] = &[
|
||||
"__package__",
|
||||
"__spec__",
|
||||
"abs",
|
||||
"aiter",
|
||||
"all",
|
||||
"anext",
|
||||
"any",
|
||||
"ascii",
|
||||
"bin",
|
||||
|
||||
Reference in New Issue
Block a user