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

Function PyObject_Bytes

python27-sys/src/object.rs:640–642  ·  view source on GitHub ↗
(o: *mut PyObject)

Source from the content-addressed store, hash-verified

638
639#[inline(always)]
640pub unsafe fn PyObject_Bytes(o: *mut PyObject) -> *mut PyObject {
641 PyObject_Str(o)
642}
643
644#[cfg_attr(windows, link(name = "pythonXY"))]
645extern "C" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected