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

Example

>>> Version("1.2.3")
Returns:

Instance returned by pyutil.version_class.Version.

Return type:

Any