mlpy.auxiliary.datastructs.FIFOQueue.get

FIFOQueue.get(item)

Return the element in the queue identical to item.

Parameters:

item :

The element to search for.

Returns:

The element in the queue identical to item. If the element

was not found, None is returned.