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

Function unsupported_operation

crates/vm/src/stdlib/_io.rs:5220–5225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5218 }
5219
5220 pub fn unsupported_operation() -> &'static Py<PyType> {
5221 rustpython_common::static_cell! {
5222 static CELL: PyTypeRef;
5223 }
5224 CELL.get_or_init(|| create_unsupported_operation(Context::genesis()))
5225 }
5226
5227 #[pyfunction]
5228 fn text_encoding(

Callers 2

module_execFunction · 0.85

Calls 2

get_or_initMethod · 0.45

Tested by 1

module_execFunction · 0.68