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

Function PyUnicode_CheckExact

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

Source from the content-addressed store, hash-verified

214#[cfg(not(py_sys_config = "Py_USING_UNICODE"))]
215#[inline(always)]
216pub fn PyUnicode_CheckExact(op: *mut PyObject) -> libc::c_int {
217 0
218}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected