示例#1
0
文件: hdfext.py 项目: fhs/python-hdf4
 def cast(self):
     return _hdfext.array_int32_cast(self)
示例#2
0
 def cast(self):
     return _hdfext.array_int32_cast(self)
示例#3
0
 def cast(*args):
     return _hdfext.array_int32_cast(*args)
示例#4
0
 def cast(self): return _hdfext.array_int32_cast(self)
 __swig_getmethods__["frompointer"] = lambda x: _hdfext.array_int32_frompointer
示例#5
0
 def cast(self): return _hdfext.array_int32_cast(self)
 frompointer = staticmethod(_hdfext.array_int32_frompointer)