openmv里头是否含有builtins模块,我看说明文档在内置函数提了,但是没有找到
-
openmv里头是否含有builtins模块,我看说明文档在内置函数提了,但是没有找到
-
有,你试试就知道了
import builtins print(dir(builtins))
['build_class', 'class', 'import', 'name', 'repl_print', 'type', 'open', 'id', 'ArithmeticError', 'AssertionError', 'AttributeError', 'BaseException', 'EOFError', 'Ellipsis', 'Exception', 'GeneratorExit', 'ImportError', 'IndentationError', 'IndexError', 'KeyError', 'KeyboardInterrupt', 'LookupError', 'MemoryError', 'NameError', 'NotImplementedError', 'OSError', 'OverflowError', 'RuntimeError', 'StopAsyncIteration', 'StopIteration', 'SyntaxError', 'SystemExit', 'TypeError', 'UnicodeError', 'ValueError', 'ViperTypeError', 'ZeroDivisionError', 'abs', 'all', 'any', 'bin', 'bool', 'bytearray', 'bytes', 'callable', 'chr', 'classmethod', 'compile', 'complex', 'delattr', 'dict', 'dir', 'divmod', 'enumerate', 'eval', 'exec', 'execfile', 'filter', 'float', 'getattr', 'globals', 'hasattr', 'hash', 'help', 'hex', 'input', 'int', 'isinstance', 'issubclass', 'iter', 'len', 'list', 'locals', 'map', 'max', 'memoryview', 'min', 'next', 'object', 'oct', 'ord', 'pow', 'print', 'property', 'range', 'repr', 'reversed', 'round', 'set', 'setattr', 'slice', 'sorted', 'staticmethod', 'str', 'sum', 'super', 'tuple', 'zip']
-
执行这两句话代码,IDE直接就闪退了。。。,而且import builtins 的高亮颜色也不对,比如和import sensor 的颜色不一样
-
我用的最新的固件
-
我也是
-
OpenMV cam M7 这款产品
-
在资料文档里搜索也没有相应的builtins模块介绍 ,不知道你的说明文档里是否有
-
-
-
这个没有点进去查看具体的,奇怪了,我的固件版本跟你一样 也是OPENMV3,不知道问题在哪里
-
打错了,这个点进去没法查看具体的 你可以吗
-
没有,文档这里我没写。
-
我想用这个builtins模块里头的open函数,本地打开一张图片,如open("*.jpg",'r+b'),提示没有open,也就是没有builtins,我不知道我跟你一样的固件和硬件设备,为啥我是提示没有这个模块
-
@znxw 你这个问题和builtins没关系,新的问题单独发帖子。