mlpy.auxiliary.datastructs.FIFOQueue.push

FIFOQueue.push(item)[source]

Push an element to the end of the queue.

Parameters:

item :

The element to append.