ipso icon indicating copy to clipboard operation
ipso copied to clipboard

Selective imports from nested modules

Open LightAndLight opened this issue 2 years ago • 1 comments

Allow imports like this:

from a.b import c

If a/b.ipso exists, then its c definition should be brought into scope.

LightAndLight avatar Feb 25 '23 05:02 LightAndLight

Depends on https://github.com/LightAndLight/ipso/issues/73. I haven't implemented "nested" modules at all so far.

LightAndLight avatar Feb 25 '23 06:02 LightAndLight