Trait librsnek::api::method::InPlaceDivMod [] [src]

pub trait InPlaceDivMod {
    fn op_idivmod(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_idivmod(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors