]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104050: Add more type annotations to Argument Clinic (#104628)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Thu, 18 May 2023 22:57:26 +0000 (00:57 +0200)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 22:57:26 +0000 (22:57 +0000)
commit94c8edabd3d6c8739aaae9b1cb0be822c754c742
tree8103f4476203d2384d343469cba4e846b8ff7e3b
parent86ee49f469b84e4b746526a00d8191d0e374a268
gh-104050: Add more type annotations to Argument Clinic (#104628)

Annotate the following:

- methods of class Class
- methods of class Module
- methods of class PythonParser
- function compute_checksum()
- function parse_file()
- global variable unsupported_special_methods
Tools/clinic/clinic.py