()
| 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( |