interpreter property

Object? get interpreter

interpreter (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 interpreter => getAttribute("interpreter");
set interpreter (Object? interpreter)

interpreter (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 interpreter(Object? interpreter) =>
    setAttribute("interpreter", interpreter);