summaryrefslogtreecommitdiff
path: root/python/testData/stubs/VariableIndex.py
blob: c44a0878dcb0bb9b4eac0aa3663c0ee8dbab6fb0 (plain)
1
2
3
4
5
6
7
8
9
xyzzy = 1

__all__ = ['xyzzy']

def foo():
    shazam = 2

class C:
    boohoo = 3