Home
last modified time | relevance | path

Searched refs:numberTypes (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Tests/ufoLib/
DtestSupport.py5 from fontTools.ufoLib.utils import numberTypes
104 elif isinstance(value, numberTypes):
122 elif isinstance(value, numberTypes):
140 elif isinstance(value, numberTypes):
/external/fonttools/Lib/fontTools/ufoLib/
Dvalidators.py15 from fontTools.ufoLib.utils import integerTypes, numberTypes
69 if not isinstance(value, numberTypes):
293 if not isinstance(value, numberTypes):
308 if not isinstance(value, numberTypes):
321 if not isinstance(value, numberTypes):
947 elif not isinstance(value, numberTypes):
Dutils.py48 numberTypes = (int, float, long) variable
DglifLib.py38 from fontTools.ufoLib.utils import integerTypes, numberTypes
667 if validate and not isinstance(width, numberTypes):
673 if validate and not isinstance(height, numberTypes):
1559 if not isinstance(coord, numberTypes):
1604 if self.validate and not isinstance(value, numberTypes):
D__init__.py24 from fontTools.ufoLib.utils import datetimeAsTimestamp, fsdecode, numberTypes
1248 if not isinstance(value, numberTypes):