MCPcopy Create free account
hub / github.com/PyTTaMaster/PyTTa / append

Method append

pytta/classes/_base.py:741–744  ·  view source on GitHub ↗
(self, newCh)

Source from the content-addressed store, hash-verified

739 return out
740
741 def append(self, newCh):
742 if isinstance(newCh, ChannelObj):
743 self._channels.append(newCh)
744 return
745
746 def pop(self, Ch=None):
747 if Ch not in range(len(self)):

Callers 15

conform_toMethod · 0.95
__dismember_takeMethod · 0.95
Lp_STFunction · 0.80
barsFunction · 0.80
spectrogramFunction · 0.80
waterfallFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected