When naming a variable something that isn't ASCII, but is still a valid Python3 identifier, the variable doesn't show up in the symbols list.
#!/usr/bin/env python3
# coding: utf-8
correct = bool()
对不对='对' if correct else '错'
Load up that file in Geany, then open the Symbols tab.
"correct" and "对不对" both show up in the Symbols list.
Only "correct" shows up in the Symbols list.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.