Source code for py4shocks.test_module

[docs] def my_function(x, y): """ This function does something. :param x: The first input. :param y: The second input. :return: The result. """ return x + y