文件操作 - keyword.rst.txt
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/python3-docs/html/_sources/library/keyword.rst.txt
编辑文件内容
:mod:`keyword` --- Testing for Python keywords ============================================== .. module:: keyword :synopsis: Test whether a string is a keyword in Python. **Source code:** :source:`Lib/keyword.py` -------------- This module allows a Python program to determine if a string is a keyword. .. function:: iskeyword(s) Return true if *s* is a Python keyword. .. data:: kwlist Sequence containing all the keywords defined for the interpreter. If any keywords are defined to only be active when particular :mod:`__future__` statements are in effect, these will be included as well.
修改文件时间
将文件时间修改为当前时间的前一年
删除文件