getattr method

PyObjectWrapper getattr({
  1. required String attrName,
})
override

获取属性,返回新的对象句柄 Python: self.attr_name

Implementation

PyObjectWrapper getattr({required String attrName}) => RustLib.instance.api
    .crateApiPythonPyObjectWrapperGetattr(that: this, attrName: attrName);