7.2.1.9. DspPipe

class DspPipe[source]

Methods

clear
copy
fromkeys If not specified, the value defaults to None.
get
items
keys
move_to_end Move an existing element to the end (or beginning if last==False).
pop value. If key is not found, d is returned if given, otherwise KeyError
popitem Pairs are returned in LIFO order if last is true or FIFO order if false.
setdefault
update
values
__init__()

Initialize self. See help(type(self)) for accurate signature.