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