test docstrings
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user