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

File property.rs

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

Source from the content-addressed store, hash-verified

1/*! Python `property` descriptor class.
2
3*/
4use super::{PyStrRef, PyType};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected