setattr method
设置属性 Python: self.attr_name = value
Implementation
void setattr({required String attrName, required PyArgument value}) =>
RustLib.instance.api.crateApiPythonPyObjectWrapperSetattr(
that: this, attrName: attrName, value: value);