Ignore any unused entry that starts with '_'.
This makes it possible to follow PEP8 which recommends '__', and to name unused entries, e.g.: foo, _bar, _zed = func()
Showing
Please register or sign in to comment
This makes it possible to follow PEP8 which recommends '__', and to name unused entries, e.g.: foo, _bar, _zed = func()