pydistsim.network.node.BlockableQueue
- class BlockableQueue[source]
Bases:
list[T]Methods
__init__add_blockappendAppend object to the end of the list.
clearRemove all items from list.
copyReturn a shallow copy of the list.
countReturn number of occurrences of value.
extendExtend list by appending elements from the iterable.
indexReturn first index of value.
insertInsert object before index.
Remove and return item at index (default last).
removeRemove first occurrence of value.
remove_filterreverseReverse IN PLACE.
sortSort the list in ascending order and return None.