'unused' prefix to suppress warnings of unused variables
In addition to '_', also ignore any unused variables whose name start with 'unused', as recommended by http://google-styleguide.googlecode.com/svn/trunk/pyguide.html?showone=Lint#Lint
Showing
Please register or sign in to comment