mlpy.auxiliary.datastructs.Queue.get

Queue.get(item)[source]

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.