예제 #1
0
 def __init__(self):
     _Exporter.__init__(self)
예제 #2
0
 def __init__(self, compress=0):
     _Exporter.__init__(self)
     self._compress = compress
예제 #3
0
파일: tiff.py 프로젝트: pyhmsa/pyhmsa-tiff
 def __init__(self, compress=0):
     _Exporter.__init__(self)
     self._compress = compress