On Sunday, 2 June 2019 at 19:38:11 UTC, Amex wrote: > I thought importing single functions were suppose to be faster. > Am I wrong? That is wrong. Importing is always done of the whole module. All the `: func` thing does is limit the things introduced to the namespace.