MCPcopy
hub / github.com/quodlibet/mutagen / read

Method read

mutagen/_iff.py:129–133  ·  view source on GitHub ↗

Read the chunks data

(self)

Source from the content-addressed store, hash-verified

127 self.data_offset, self.data_size))
128
129 def read(self) -> bytes:
130 """Read the chunks data"""
131
132 self._fileobj.seek(self.data_offset)
133 return self._fileobj.read(self.data_size)
134
135 def write(self, data: bytes) -> None:
136 """Write the chunk data"""

Callers 15

group_crashesFunction · 0.45
mainFunction · 0.45
bitsMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__find_metadataMethod · 0.45
__fill_missingMethod · 0.45
__fix_brokennessMethod · 0.45
__parse_tagMethod · 0.45
scoreMethod · 0.45
__init__Method · 0.45

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected