We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18af44b + b690792 commit 39bed0dCopy full SHA for 39bed0d
DEVELOPMENT.md
@@ -189,7 +189,7 @@ Python Standard Library modules in Rust (`vm/src/stdlib`). In Python
189
everything can be represented as an object. The `vm/src/builtins` directory holds
190
the Rust code used to represent different Python objects and their methods. The
191
core implementation of what a Python object is can be found in
192
-`vm/src/pyobjectrc.rs`.
+`vm/src/object/core.rs`.
193
194
### Code generation
195
0 commit comments