mw module

example for GitHub Actions with Sphinx

mw.make_w(a: int) int[source]

Does a calculation with ‘a’

Parameters:

a (int) – represnts ‘w’

Returns:

a result based on ‘a

Return type:

int

Raises:

Value error if parameter entered is not int