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

File builtin_func.rs

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

Source from the content-addressed store, hash-verified

1use super::{PyStrInterned, PyStrRef, PyType, type_};
2use crate::{
3 AsObject, Context, Py, PyObject, PyObjectRef, PyPayload, PyRef, PyResult, VirtualMachine,
4 class::PyClassImpl,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected