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
parentMod.getSubModule(edge)=childModand// TODO: __init__.py shows up here, handle those in some other way. See e.g. https://stackoverflow.com/questions/38927979/default-export-in-python-3
691
+
// TODO: __init__.py shows up here, maybe add some shortcut. Example code: https://stackoverflow.com/questions/38927979/default-export-in-python-3
692
+
parentMod.getSubModule(edge)=childModand
725
693
lbl= Label::member(edge)
726
694
)
727
695
or
728
696
exists(DataFlow::Noderhs|
729
697
rhs(pred,lbl,rhs)and
730
698
succ=MkDef(rhs)
731
699
)
732
-
// TODO: Compare with JS, check that I'm not missing stuff
0 commit comments