]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Add type hints to all functions.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 27 Mar 2024 07:56:29 +0000 (00:56 -0700)
committerBruno Haible <bruno@clisp.org>
Wed, 27 Mar 2024 16:21:34 +0000 (17:21 +0100)
commit148b623a3fa95813d0d99f2e7e58bebf73555baa
tree0f689a677334ac229ab51eea690423fd21b827a2
parent98b9e9ab7fcf2fac61075a3e79ed9d23c35639ec
gnulib-tool.py: Add type hints to all functions.

* pygnulib/*.py: Add type hints and remove duplicate function signatures
from docstrings.
12 files changed:
ChangeLog
pygnulib/GLConfig.py
pygnulib/GLEmiter.py
pygnulib/GLError.py
pygnulib/GLFileSystem.py
pygnulib/GLImport.py
pygnulib/GLInfo.py
pygnulib/GLMakefileTable.py
pygnulib/GLModuleSystem.py
pygnulib/GLTestDir.py
pygnulib/constants.py
pygnulib/main.py