7 t2 t2.sub t2.sub.subsub
11 ['spam', 'sub', 'subsub', 't2']
12 t2 t2.sub t2.sub.subsub
13 ['spam', 'sub', 'subsub', 't2']
17 t3 t3.sub t3.sub.subsub
23 t4.sub.subsub.spam = 1
28 ['foo', 'string', 't5']
29 ['__builtins__', '__doc__', '__file__', '__name__', '__path__', 'foo', 'string', 't5']
30 ['__builtins__', '__doc__', '__file__', '__name__', 'string']
31 ['__builtins__', '__doc__', '__file__', '__name__', 'spam']
33 ['__all__', '__builtins__', '__doc__', '__file__', '__name__', '__path__']
37 ['__all__', '__builtins__', '__doc__', '__file__', '__name__', '__path__', 'eggs', 'ham', 'spam']
38 ['eggs', 'ham', 'spam', 't6']