Hi,
I am doing something like:
from rx_selection import selection as sel
sel.do_stuff()
and I see:

i.e. it seems that both the package and the module selection get picked up. Is this supposed to happen? I am not sure how to get around it and this sort of stuff is going to pretty much double every import and clutter the diagrams.
Cheers.
Hi,
I am doing something like:
and I see:
i.e. it seems that both the package and the module
selectionget picked up. Is this supposed to happen? I am not sure how to get around it and this sort of stuff is going to pretty much double every import and clutter the diagrams.Cheers.