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