MCPcopy Create free account
hub / github.com/espnet/espnet / items

Method items

espnet2/legacy/utils/io_utils.py:78–81  ·  view source on GitHub ↗

Return keys and values of file key.

(self)

Source from the content-addressed store, hash-verified

76 yield self[k]
77
78 def items(self):
79 """Return keys and values of file key."""
80 for k in self.file:
81 yield k, self[k]
82
83 def __iter__(self):
84 """Iterate over items in file."""

Callers 15

mainFunction · 0.45
fix_from_pycodestyleFunction · 0.45
addjson.pyFile · 0.45
_log_statsMethod · 0.45
_log_training_summaryMethod · 0.45
on_save_checkpointMethod · 0.45
on_load_checkpointMethod · 0.45
on_validation_endMethod · 0.45
on_train_batch_endMethod · 0.45

Calls

no outgoing calls

Tested by 1

prepare_dataFunction · 0.36