Code Documentation

example1.func()

Function with no arguments.

Returns:None
example1.function1(arg1, arg2)

This function takes two arguments: sets the first to equal the second, then returns the new first argument. Pointless.

Parameters:
  • arg1 – some value
  • arg2 – another value
Returns:

arg1