pyufunc.Version#
- pyufunc.Version(*args, **kwargs)#
Instantiate
pyutil.version_class.Version.- Parameters:
*args – Positional arguments passed to
pyutil.version_class.Version.**kwargs – Keyword arguments passed to
pyutil.version_class.Version.
Note
Source package:
pyutil.Source repository: tpltnt/pyutil
Source document: tpltnt/pyutil
Source license: GPL-2.0-or-later.
Example
>>> Version("1.2.3")
- Returns:
Instance returned by
pyutil.version_class.Version.- Return type:
Any