pyo3::types::num

Type Alias PyLong

Source
pub type PyLong = PyInt;
👎Deprecated since 0.23.0: use PyInt instead
Expand description

Deprecated alias for PyInt.

Aliased Type§

struct PyLong(PyAny);

Fields§

§0: PyAny
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here