mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
0a301507c8
commit
1f63fab037
@ -48,7 +48,7 @@ def all_py_files():
|
||||
|
||||
def detect_qvariant():
|
||||
count = 0
|
||||
pat = re.compile(b'|'.join(br'QVariant NONE toInt toBool toString\(\) toPyObject canConvert toBitArray toByteArray toHash toFloat toMap toLine toPoint toReal toRect toTime toUInt toUrl'.split())) # noqa
|
||||
pat = re.compile(b'|'.join(br'QVariant NONE toDateTime toDate isValid toInt toBool toString\(\) toPyObject canConvert toBitArray toByteArray toHash toFloat toMap toLine toPoint toReal toRect toTime toUInt toUrl'.split())) # noqa
|
||||
exclusions = {
|
||||
'src/calibre/gui2/viewer/gestures.py': {'toPoint'},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user