getattr method
获取属性,返回新的对象句柄 Python: self.attr_name
Implementation
PyObjectWrapper getattr({required String attrName}) => RustLib.instance.api
.crateApiPythonPyObjectWrapperGetattr(that: this, attrName: attrName);
获取属性,返回新的对象句柄 Python: self.attr_name
PyObjectWrapper getattr({required String attrName}) => RustLib.instance.api
.crateApiPythonPyObjectWrapperGetattr(that: this, attrName: attrName);