@@ -2025,6 +2025,10 @@ impl PyShape {
}
fn __len__(&self) -> usize {
self.inner.order.len()
fn to_list(&self) -> Vec<usize> {
vec![
self.inner.c,
The note is not visible to the blocked user.