]> git.ipfire.org Git - thirdparty/git.git/commit
git-p4: convert descriptive class and function comments into docstrings
authorJoel Holdsworth <jholdsworth@nvidia.com>
Fri, 1 Apr 2022 14:24:47 +0000 (15:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 20:15:43 +0000 (13:15 -0700)
commit522e914f65da504f6b485dd8a89f49f7f176bbd0
tree618c71462b68b638bc132130a435132920f131ba
parent59ef3fc1044eb01b4691f0ca6ca0b1313f7bdc00
git-p4: convert descriptive class and function comments into docstrings

Previously, a small number of functions, methods and classes were
documented using comments. This patch improves consistency by converting
these into docstrings similar to those that already exist in the script.

Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py