abi property

Object? get abi

abi (getter)

python docstring

A representation of the tag triple for a wheel.

Instances are considered immutable and thus are hashable. Equality checking is also supported.

Implementation

Object? get abi => getAttribute("abi");
set abi (Object? abi)

abi (setter)

python docstring

A representation of the tag triple for a wheel.

Instances are considered immutable and thus are hashable. Equality checking is also supported.

Implementation

set abi(Object? abi) => setAttribute("abi", abi);