Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use super::PyObject;
2
use crate::conversion::ToPyObject;
3
use crate::err::PyResult;
4
use crate::ffi;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected