bessapypitemplate.example_module.add_one

add_one(x)[source]

Add one to a number.

Parameters:

x (int) – The number to add one to.

Returns:

The number plus one.

Return type:

int