mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
Otherwise, we end up with dozens of unintentionally public names such as "s", "i", "k" even in the standard library (e.g. `this.s` or `pickletools.i`). Ideally, we should rely on .pyi stubs and the content of `__all__` to offer only explicitly exposed API, but not every module has any of those two, and it's not clear how to match .py files and the corresponding .pyi stubs fast enough for completion. GitOrigin-RevId: 163c472654e60ae63ff893142b8ddb9accc56393