name = 'a'
_bla = 2
other = 'o'
class Aaa: pass

def func(): print 'yo'

__all__ = 'Aaa', '_bla', 'name'


syntax highlighted by Code2HTML, v. 0.9.1