Say that we have this function:
def my_function: for i in some_iterable: do_something();
When I call this function inside another