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

File boolobject.rs

src/objects/boolobject.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::PyObject;
2use crate::conversion::ToPyObject;
3use crate::err::PyResult;
4use crate::ffi;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected