There was an error while loading. Please reload this page.
1 parent 0f7ed21 commit 90b3f7aCopy full SHA for 90b3f7a
1 file changed
vm/src/builtins.rs
@@ -4,6 +4,9 @@
4
use crate::pyobject::PyObjectRef;
5
use crate::vm::VirtualMachine;
6
7
+/// Built-in functions, exceptions, and other objects.
8
+///
9
+/// Noteworthy: None is the `nil' object; Ellipsis represents `...' in slices.
10
#[pymodule(name = "builtins")]
11
mod decl {
12
use num_bigint::Sign;
0 commit comments