meshroom.core.Version

Inheritance diagram of meshroom.core.Version
class meshroom.core.Version(*args)

Version provides convenient properties and methods to manipulate and compare versions.

__init__(*args)
Args:

*args (convertible to int): version values

Methods

__init__(*args)

Args:

toComponents(versionName)

Split 'versionName' as a tuple of individual components, including its status if there is any.

Attributes

major

Version major number.

micro

Version micro number.

minor

Version minor number.

name

Version major number.