DEBSOURCES
Skip Quicknav
sources / astroid2 / 1.6.5-3 / astroid / tests / testdata / python3 / data / all.py
123456789
name = 'a' _bla = 2 other = 'o' class Aaa: pass def func(): print('yo') __all__ = 'Aaa', '_bla', 'name'