python_tooling_example.example_module

This is an example module designed to demonstrate the convenenience of including documentation inline in your code.

python_tooling_example.example_module.add_2(a)[source]

add integer two to a number

Parameters:a (float) – the number that needs to be added to
Returns:a+2 – the result
Return type:float

Notes

Uses the built-in “+” operator