MCPcopy Index your code
hub / github.com/RustPython/RustPython / unfreeze

Function unfreeze

crates/vm/src/stdlib/gc.rs:254–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252 /// Unfreeze all objects in the permanent generation.
253 #[pyfunction]
254 fn unfreeze() {
255 gc_state::gc_state().unfreeze();
256 }
257
258 /// Return the number of objects in the permanent generation.
259 #[pyfunction]

Callers

nothing calls this directly

Calls 2

gc_stateFunction · 0.85
unfreezeMethod · 0.80

Tested by

no test coverage detected