to_list method

to_list(self)

Creates a list from the package.

Returns

A list of all frames contained in the ID3v2 tag.


def to_list(self):
    ...

See Also