MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / PyUnicode_Check

Function PyUnicode_Check

python27-sys/src/lib.rs:210–212  ·  view source on GitHub ↗
(op: *mut PyObject)

Source from the content-addressed store, hash-verified

208#[cfg(not(py_sys_config = "Py_USING_UNICODE"))]
209#[inline(always)]
210pub 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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected