smoke_zephyr — Miscellaneous Python classes and functions

Data

distutils_version = '2.0.1'[source]

A string sutiable for being parsed by distutils.version classes.

version = '2.0.1'[source]

A string representing the full version information.

version_info = version_info(major=2, minor=0, micro=1)[source]

A tuple representing the version information in the format (‘major’, ‘minor’, ‘micro’)

version_label = ''[source]

A version lable such as alpha or beta.