Type Alias PyLong
pub type PyLong = PyInt;
๐Deprecated since 0.23.0: use
PyInt
insteadAvailable on crate features
dep_pyo3
and std
only.Expand description
Deprecated alias for PyInt
.
Aliased Typeยง
struct PyLong(/* private fields */);