Closed
Description
The bultin python range
gets hidden when importing spm using from spm import *
, as suggested in the doc.
Thie is because of spm.__external.__fieldtrip.__external.__stats.range
In general, it's become bad practice to import * in python. I wonder if we should recomment people do import spm
instead?