MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / get_path

Method get_path

modules/parallel_wavegan/utils/utils.py:147–149  ·  view source on GitHub ↗

Get hdf5 file path for a given key.

(self, key)

Source from the content-addressed store, hash-verified

145 self.data[key] = value
146
147 def get_path(self, key):
148 """Get hdf5 file path for a given key."""
149 return self.data[key]
150
151 def __getitem__(self, key):
152 """Get ndarray for a given key."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected