You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
be honest that non-Module root is possible; return None in such cases
The nodes are often created in an ad-hoc way, and their parent is not
always set. We can't control for that invariant in the constructor,
since the parent is usually set outside of the constructor. So,
let's just be honest that we might not have Module as the root.
0 commit comments