len method
获取长度 (用于 List, Dict, Str, Set 等) Python: len(self)
Implementation
BigInt len() => RustLib.instance.api.crateApiPythonPyObjectWrapperLen(
that: this,
);
获取长度 (用于 List, Dict, Str, Set 等) Python: len(self)
BigInt len() => RustLib.instance.api.crateApiPythonPyObjectWrapperLen(
that: this,
);