231
228
>>> s.get_matching_blocks()
232
229
[(0, 0, 2), (3, 2, 2), (5, 4, 0)]
235
232
# implementation which uses __helper. 2.4.3 got rid of helper for
236
233
# doing it inline with a queue.
237
234
# We should consider doing the same for recurse_matches