yt.lagos.GridConsiderationQueue.__init__

GridConsiderationQueue.__init__(white_list, priority_func=None)

This class exists to serve the contour finder. It ensures that we can create a cascading set of queue dependencies, and if a grid is touched again ahead of time we can bump it to the top of the queue again. It like has few uses.

This Page