args property
Object?
get
args
args (getter)
python docstring
An invalid wheel filename was found, users should refer to PEP 427.
Implementation
Object? get args => getAttribute("args");
set
args
(Object? args)
args (setter)
python docstring
An invalid wheel filename was found, users should refer to PEP 427.
Implementation
set args(Object? args) => setAttribute("args", args);