menu
dpython package
documentation
api/python.dart
PyObjectWrapper
getattr abstract method
getattr abstract method
dark_mode
light_mode
getattr
abstract method
PyObjectWrapper
getattr
(
{
required
String
attrName
,
})
获取属性,返回新的对象句柄 Python: self.attr_name
Implementation
PyObjectWrapper getattr({required String attrName});
dpython package
documentation
api/python
PyObjectWrapper
getattr abstract method
PyObjectWrapper class