mlpy.auxiliary.datastructs.FIFOQueue.pop

FIFOQueue.pop()[source]

Return the element at the front of the queue.

Returns:The first element in the queue.