MCPcopy Create free account
hub / github.com/PyWavelets/pywt / has_any_subnode

Method has_any_subnode

pywt/_wavelet_packets.py:333–334  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

331
332 @property
333 def has_any_subnode(self):
334 return any(self._get_node(part) is not None for part in self.PARTS)
335
336 def get_leaf_nodes(self, decompose=False):
337 """

Callers

nothing calls this directly

Calls 1

_get_nodeMethod · 0.95

Tested by

no test coverage detected