()
| 829 | } |
| 830 | |
| 831 | fn adapters() -> &'static Py<PyDict> { |
| 832 | ADAPTERS.get().expect("adapters not initialize") |
| 833 | } |
| 834 | |
| 835 | fn user_function_exception() -> &'static PyAtomicRef<Option<PyBaseException>> { |
| 836 | USER_FUNCTION_EXCEPTION |
no test coverage detected