$platform property

Object? get $platform

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

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