pub trait _Object {
    fn __repr__(&self) -> String;
fn __len__(&self) -> usize; }

Required methods

Implementors