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

Class PyInt

src/objects/num.rs:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41/// with the primitive Rust integer types.
42#[cfg(feature = "python27-sys")]
43pub struct PyInt(PyObject);
44#[cfg(feature = "python27-sys")]
45pyobject_newtype!(PyInt, PyInt_Check, PyInt_Type);
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected