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