Using gettext
I can't figure out the Python inspection settings to work around the following features in our coding conventions here:
Thanks.
- We use gettext for translation which defines '_' as a builtin function.
- As a side-effect, we don't use '_' as the "Unused variable" placeholder, it's a different character. How do I redefine that?
Thanks.
请先登录再写评论。
But I still can't figure out how to mark something as deliberately unused...