MCPcopy Index your code
hub / github.com/RustPython/RustPython / weakref.rs

File weakref.rs

crates/vm/src/builtins/weakref.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::{PyGenericAlias, PyType, PyTypeRef};
2use crate::common::{
3 atomic::{Ordering, Radium},
4 hash::{self, PyHash},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected