Skip to content

Import "from" support? #27

@chrisspen

Description

@chrisspen

Is there support for the conventional "from" statement?

Say I have:

from mymodule import abc, def, xyz

is there a lazy equivalent like this?

abc, def, xyz = lazy_import.lazy_module("mymodule", subs=("abc", "def", "xyz"))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions