Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ number.rs
File
number.rs
src/objectprotocol/number.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use std::cmp::Ordering;
2
use std::fmt;
3
4
use crate::conversion::ToPyObject;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected