文件操作 - unicode_versions.py
返回文件管理
返回主菜单
删除本文件
文件: /snap/lxd/40115/lib/python3/dist-packages/wcwidth/unicode_versions.py
编辑文件内容
""" Exports function list_versions() for unicode version level support. This code generated by /build/wcwidth-1MOkkR/wcwidth-0.2.5+dfsg1/bin/update-tables.py on 2022-01-27 17:16:48.120136. """ def list_versions(): """ Return Unicode version levels supported by this module release. Any of the version strings returned may be used as keyword argument ``unicode_version`` to the ``wcwidth()`` family of functions. :returns: Supported Unicode version numbers in ascending sorted order. :rtype: list[str] """ return ( "4.1.0", "5.0.0", "5.1.0", "5.2.0", "6.0.0", "6.1.0", "6.2.0", "6.3.0", "7.0.0", "8.0.0", "9.0.0", "10.0.0", "11.0.0", "12.0.0", "12.1.0", "13.0.0", "14.0.0", )
修改文件时间
将文件时间修改为当前时间的前一年
删除文件