Memory sorting ============== .. py:class:: Sort(all_info) The constructor of a memory sort object. :param AllInfo all_info: The system information Example:: sort_method = gala.Sort(all_info) sort_method.setPeriod(300) app.add(sort_method)