getItem method

PyObjectWrapper getItem({
  1. required PyArgument key,
})
override

字典/列表获取项 Python: selfkey

Implementation

PyObjectWrapper getItem({required PyArgument key}) => RustLib.instance.api
    .crateApiPythonPyObjectWrapperGetItem(that: this, key: key);