コード例 #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)