mirror of
https://github.com/python/cpython.git
synced 2026-05-28 07:08:01 -04:00
3081421d9e
[k for k in dir() if k[0] != "_"] can be used to get the non-private names (used to contain "[1]").