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