"ast" <[email protected]> a écrit dans le message de news:[email protected]...
I answer to myself
import config
dico = {k:v for k, v in vars(conf).items() if not (k.startswith('__') or
k.endswith('__'))}
that's not so difficult
-- https://mail.python.org/mailman/listinfo/python-list
