Skip to content

Useful __all__ and no * import #13

@flying-sheep

Description

@flying-sheep

Your example notebooks import stuff from utils and import core as scLVM

that’s unnecessary if you import only the useful stuff in __init__.py.

then users can simply do

from scLVM import load_data, scLVM, ...
# or
import scLVM
d = scLVM.load_data(...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions