pyo3
0.23.5
PyLong
Aliased Type
In pyo3::
types
pyo3
::
types
Type Alias
PyLong
Copy item path
Source
pub type PyLong =
PyInt
;
๐
Deprecated since 0.23.0: use
PyInt
instead
Expand description
Deprecated alias for
PyInt
.
Aliased Type
ยง
struct PyLong(
/* private fields */
);