How to Solve NameError: name 'alias_for' is not defined -- iter2

Solution: Import the 'alias_for' module

# Add the following line to the top of your code
from iter2.utils import alias_for

 

For more information:
iter2 alias_for