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

File contextvars.rs

crates/stdlib/src/contextvars.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1pub(crate) use _contextvars::module_def;
2
3use crate::vm::PyRef;
4use _contextvars::PyContext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected