mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 23:52:23 +07:00
Only complete underscore-starting names if explicitly asked to (PY-568).
5 lines
25 B
Python
5 lines
25 B
Python
_zoo = 1
|
|
__zar = 2
|
|
|
|
_zoo
|