devela::_dep::pyo3::types

Type Alias PyLong

pub type PyLong = PyInt;
๐Ÿ‘ŽDeprecated since 0.23.0: use PyInt instead
Available on crate features dep_pyo3 and std only.
Expand description

Deprecated alias for PyInt.

Aliased Typeยง

struct PyLong(/* private fields */);