bytes_from_object

Function bytes_from_object 

Source
pub fn bytes_from_object(
    vm: &VirtualMachine,
    obj: &PyObject,
) -> PyResult<Vec<u8>>