(op: *mut PyObject)
| 208 | #[cfg(not(py_sys_config = "Py_USING_UNICODE"))] |
| 209 | #[inline(always)] |
| 210 | pub fn PyUnicode_Check(op: *mut PyObject) -> libc::c_int { |
| 211 | 0 |
| 212 | } |
| 213 | |
| 214 | #[cfg(not(py_sys_config = "Py_USING_UNICODE"))] |
| 215 | #[inline(always)] |
nothing calls this directly
no outgoing calls
no test coverage detected