Trait librsnek::api::method::AbsValue
[−]
[src]
pub trait AbsValue {
fn op_abs(&self, &Runtime) -> Result<RtObject, Error> { ... }
fn native_abs(&self) -> Result<Number, Error> { ... }
}
Provided Methods
fn op_abs(&self, &Runtime) -> Result<RtObject, Error>
Runtime API Method $pyname
fn native_abs(&self) -> Result<Number, Error>
Native API Method $pyname
Implementors
impl AbsValue for RtObjectimpl AbsValue for WeakRtObjectimpl AbsValue for Typeimpl AbsValue for RefCountedValue<BoolValue, RefCount>impl AbsValue for RefCountedValue<StringValue, RefCount>impl AbsValue for RefCountedValue<CodeValue, RefCount>impl AbsValue for RefCountedValue<ComplexValue, RefCount>impl AbsValue for RefCountedValue<DictValue, RefCount>impl AbsValue for RefCountedValue<FloatValue, RefCount>impl AbsValue for RefCountedValue<FrameValue, RefCount>impl AbsValue for RefCountedValue<FrozenSetValue, RefCount>impl AbsValue for RefCountedValue<IntValue, RefCount>impl AbsValue for RefCountedValue<IteratorValue, RefCount>impl AbsValue for RefCountedValue<ListValue, RefCount>impl AbsValue for RefCountedValue<FuncValue, RefCount>impl AbsValue for RefCountedValue<NoneValue, RefCount>impl AbsValue for RefCountedValue<ObjectValue, RefCount>impl AbsValue for RefCountedValue<TypeValue, RefCount>impl AbsValue for RefCountedValue<SetValue, RefCount>impl AbsValue for RefCountedValue<StringValue, RefCount>impl AbsValue for RefCountedValue<TupleValue, RefCount>