MCPcopy Create free account
hub / github.com/RustPython/RustPython / descriptor.rs

File descriptor.rs

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

Source from the content-addressed store, hash-verified

1use super::{PyStr, PyStrInterned, PyType};
2use crate::{
3 AsObject, Context, Py, PyObject, PyObjectRef, PyPayload, PyRef, PyResult, VirtualMachine,
4 builtins::{PyTypeRef, builtin_func::PyNativeMethod, type_},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected