Type Alias rustpython_vm::builtins::PyIntRef

source ·
pub type PyIntRef = PyRef<PyInt>;

Trait Implementations§

source§

impl From<ArgIndex> for PyIntRef

source§

fn from(arg: ArgIndex) -> Self

Converts to this type from the input type.