1 2 3 4 5 6 7 8 9
# test builtin dir # dir of locals print('__name__' in dir()) # dir of module import sys print('platform' in dir(sys))