The types module define names for all type symbols known in the standard interpreter.
>>> import types >>> types.BooleanType(True) True
Enter search terms or a module, class or function name.