コード例 #1
0
ファイル: hdfext.py プロジェクト: fhs/python-hdf4
 def cast(self):
     return _hdfext.array_uint16_cast(self)
コード例 #2
0
ファイル: hdfext.py プロジェクト: bmagill1250/python-hdf4
 def cast(self):
     return _hdfext.array_uint16_cast(self)
コード例 #3
0
ファイル: hdfext.py プロジェクト: yantongw/modisPriors
 def cast(*args):
     return _hdfext.array_uint16_cast(*args)
コード例 #4
0
ファイル: hdfext.py プロジェクト: bmagill1250/python-hdf4
 def cast(self): return _hdfext.array_uint16_cast(self)
 __swig_getmethods__["frompointer"] = lambda x: _hdfext.array_uint16_frompointer
コード例 #5
0
ファイル: hdfext.py プロジェクト: alfonsodiecko/PYTHON_DIST
 def cast(self): return _hdfext.array_uint16_cast(self)
 frompointer = staticmethod(_hdfext.array_uint16_frompointer)