文件操作 - cversions.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/numpy/core/cversions.py
编辑文件内容
"""Simple script to compute the api hash of the current API. The API has is defined by numpy_api_order and ufunc_api_order. """ from os.path import dirname from code_generators.genapi import fullapi_hash from code_generators.numpy_api import full_api if __name__ == '__main__': curdir = dirname(__file__) print(fullapi_hash(full_api))
修改文件时间
将文件时间修改为当前时间的前一年
删除文件