Home
last modified time | relevance | path

Searched refs:_badapeitemkeys (Results 1 – 2 of 2) sorted by relevance

/dports/audio/py-apetag/py-ApeTag-1.2/
H A Dtest_ApeTag.py240 …None, 1, '', 'x', 'x'*256]+["%s " % c for c in ApeTag._badapeitemkeychars]+ApeTag._badapeitemkeys:
243 …x', 'x'*255]+["%s " % chr(c) for c in range(32,128)]+["%s " % c for c in ApeTag._badapeitemkeys]:
H A DApeTag.py117 _badapeitemkeys = 'id3 tag oggs mp+'.split() variable
237 and key.lower() not in _badapeitemkeys