Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Determine how symbols in a first context depend on symbols in a second context
ResourceFunction["ContextDependencies"]["context1`", "context2`"] finds all definitions of symbols in context1 that depend on a symbol from context2. |
Set up some dependent definitions:
In[1]:= |
Get symbol dependencies linking the two contexts:
In[2]:= |
Out[2]= |
Get symbol dependencies in the other direction:
In[3]:= |
Out[3]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License