✏️ 正在编辑: numerictypes.pyi
路径:
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/typing/tests/data/fail/numerictypes.pyi
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
import numpy as np # Technically this works, but probably shouldn't. See # # https://github.com/numpy/numpy/issues/16366 # np.maximum_sctype(1) # E: No overload variant np.issubsctype(1, np.int64) # E: incompatible type np.issubdtype(1, np.int64) # E: incompatible type
💾 保存文件
← 返回文件管理器