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

Method keys

modules/parallel_wavegan/utils/utils.py:167–169  ·  view source on GitHub ↗

Return the keys of the scp file.

(self)

Source from the content-addressed store, hash-verified

165 return iter(self.data)
166
167 def keys(self):
168 """Return the keys of the scp file."""
169 return self.data.keys()

Callers 4

__init__Method · 0.80
__init__Method · 0.80
load_meta_dataMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected