コード例 #1
0
ファイル: pixy.py プロジェクト: JasonLS/PowerWheelsPi
def IntersectionLineArray_frompointer(t):
    return _pixy.IntersectionLineArray_frompointer(t)
コード例 #2
0
def IntersectionLineArray_frompointer(
        t: 'IntersectionLine') -> "IntersectionLineArray *":
    return _pixy.IntersectionLineArray_frompointer(t)