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

File getset.rs

crates/vm/src/function/getset.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/*! Python `attribute` descriptor class. (PyGetSet)
2
3*/
4use crate::{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected