MCPcopy 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

1use std::cmp::Ordering;
2use std::fmt;
3
4use crate::conversion::ToPyObject;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected