Searched defs:tuple_view (Results 1 – 2 of 2) sorted by relevance
424 struct tuple_view : public handle { struct426 tuple_view(handle h) : handle(h) {} in tuple_view() function428 Py_ssize_t size() const { in size()432 irange enumerate() const { in enumerate()440 static bool check(handle h) { in check()
1676 const auto tuple_view = LiteralSlice(nested_tuple_view, /*view_root=*/{0}); in TEST_F() local