Home
last modified time | relevance | path

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

/dports/audio/py-apetag/py-ApeTag-1.2/
H A DApeTag.py118 _badapeitemkeychars = ''.join([chr(x) for x in range(32) + range(128,256)]) variable
236 and not _stringoverlaps(key, _badapeitemkeychars) \
H A Dtest_ApeTag.py240 …for x in [None, 1, '', 'x', 'x'*256]+["%s " % c for c in ApeTag._badapeitemkeychars]+ApeTag._bada…