Home
last modified time | relevance | path

Searched refs:ByteSpec (Results 1 – 3 of 3) sorted by relevance

/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/id3/
H A D_frames.py997 ByteSpec("format", default=1),
1037 ByteSpec("format", default=1),
1088 ByteSpec('format', default=1),
1089 ByteSpec('type', default=0),
1196 ByteSpec("method", default=0),
1354 ByteSpec('rating', default=0),
1427 ByteSpec('info', default=0),
1514 ByteSpec('format', default=1),
1624 ByteSpec('format', default=0),
1677 ByteSpec('group', default=0x80),
[all …]
H A D_specs.py159 class ByteSpec(Spec): class
162 super(ByteSpec, self).__init__(name, default)
176 class PictureTypeSpec(ByteSpec):
186 value = ByteSpec.validate(self, frame, value)
192 class CTOCFlagsSpec(ByteSpec):
199 value = ByteSpec.validate(self, frame, value)
249 class EncodingSpec(ByteSpec):
328 spec = ByteSpec("flags", 0)
365 spec = ByteSpec("flags", 0)
629 self._bspec = ByteSpec("entry_count", default=0)
[all …]
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest__id3specs.py7 ASPIIndexSpec, ByteSpec, EncodingSpec, StringSpec, BinaryDataSpec, \
136 s = ByteSpec('byte')
140 s = ByteSpec('name')
144 s = ByteSpec('name')