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

Method _get_node

pywt/_wavelet_packets.py:101–102  ·  view source on GitHub ↗
(self, part)

Source from the content-addressed store, hash-verified

99 return node
100
101 def _get_node(self, part):
102 return getattr(self, part)
103
104 def _set_node(self, part, node):
105 setattr(self, part, node)

Callers 3

_create_subnode_baseMethod · 0.95
get_subnodeMethod · 0.95
has_any_subnodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected