W3cubDocs

/Haxe Python

Tuple2<A, B>

package python

extends Tuple

import python.Tuple

@:native("tuple") Available on python

Variables

read only _1:A

read only _2:B

Methods

inline get__1 ():A

inline get__2 ():B

Static methods

static inline make<A, B> (a:A, b:B ):Tuple2<A, B>

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/Tuple2.html