list('много слов') # => ['м', 'н', 'о', 'г', 'о', ' ', 'с', 'л', 'о', 'в']
In [1]: import sqlite3
In [2]: sqlite3.__all__
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-2-2be38b616c0a> in <module>()
----> 1 sqlite3.__all__
AttributeError: module 'sqlite3' has no attribute '__all__'