예제 #1
0
 def cast(self): return _pixy.BarcodeArray_cast(self)
 __swig_getmethods__["frompointer"] = lambda x: _pixy.BarcodeArray_frompointer
예제 #2
0
파일: pixy.py 프로젝트: doeschbj/uni_db
 def cast(self):
     return _pixy.BarcodeArray_cast(self)
예제 #3
0
 def cast(self) -> "Barcode *":
     return _pixy.BarcodeArray_cast(self)