test docstrings

This commit is contained in:
cclecle
2023-03-18 02:26:12 +00:00
parent 05093566d6
commit 4e43629dfd

View File

@@ -368,13 +368,11 @@ class gitversionhelper: # pylint: disable=too-few-public-methods
@classmethod
def getLastVersion(cls,**kwargs) -> Union[str,MetaVersion]: # pylint: disable=R0914, R0912, R0915
"""
get the last version from tags
Parameters:
**kwargs:
version_std(str): the given version_std (can be None)
same_branch(bool): force searching only in the same branch
formated_output(bool) : output a formated version string
"""get the last version from tags
Keyword Arguments:
version_std(str): the given version_std (can be None)
same_branch(bool): force searching only in the same branch
formated_output(bool) : output a formated version string
Returns:
the last version
"""