Skip to content

from spm import * hides range #25

Closed
Closed
@balbasty

Description

@balbasty

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions