All Samples(3) | Call(1) | Derive(0) | Import(2)
src/k/s/ks.smartimage-1.2.2/src/ks/smartimage/tests/test_views.py ks.smartimage(Download)
from ks.smartimage.smartimagecache.interfaces import IScale, ISmartImageProp, ISmartImageCacheContainer, IStat from ks.smartimage.smartimageadapter.interfaces import ISmartImageAdapter from ks.smartimage.smartimageadapter.scale import ScaleError, scale from ks.smartimage.smartimageadapter.interfaces import IScaleError from ks.smartimage.smartimageadapter.smartimageadapter import SmartImageView
src/k/s/ks.smartimage-1.2.2/src/ks/smartimage/tests/test_smartimageadapter.py ks.smartimage(Download)
from ks.smartimage.smartimagecache.interfaces import IScale, ISmartImageProp, ISmartImageCacheContainer, IStat from ks.smartimage.smartimageadapter.interfaces import ISmartImageAdapter from ks.smartimage.smartimageadapter.scale import ScaleError, scale from ks.smartimage.smartimageadapter.interfaces import IScaleError from ks.smartimage.smartimageadapter.smartimageadapter import SmartImageView
def _makeScaleError(self, *args, **kw): return ScaleError(*args, **kw) def test_Constructor(self): scale_error = self._makeScaleError((10,10), (20, 20), 3, u'ScaleError Message')