Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如何将Micropython 的ucollections模块移植到OpenMV3的固件上?
OpenMV已经内置了这个模块
import ucollections print(dir(ucollections))
['__class__', '__name__', 'OrderedDict', 'namedtuple']