[−][src]Function rustpython_vm::obj::objsequence::seq_lt
pub fn seq_lt(
vm: &VirtualMachine,
zelf: &[PyObjectRef],
other: &[PyObjectRef]
) -> Result<bool, PyObjectRef>
pub fn seq_lt(
vm: &VirtualMachine,
zelf: &[PyObjectRef],
other: &[PyObjectRef]
) -> Result<bool, PyObjectRef>