✏️ 正在编辑: lib_utils.py
路径:
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/typing/tests/data/pass/lib_utils.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
from __future__ import annotations from io import StringIO import numpy as np FILE = StringIO() AR = np.arange(10, dtype=np.float64) def func(a: int) -> bool: ... np.deprecate(func) np.deprecate() np.deprecate_with_doc("test") np.deprecate_with_doc(None) np.byte_bounds(AR) np.byte_bounds(np.float64()) np.info(1, output=FILE) np.source(np.interp, output=FILE) np.lookfor("binary representation", output=FILE)
💾 保存文件
← 返回文件管理器