Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find definitions for symbols in a context using a pattern, getting highlighted occurrences of it
ResourceFunction["PrintDefinitionCases"][context,patt] finds all definitions of symbols in context that contain patt at any level and prints them, highlighting the occurrences of patt. |
Get the definition for a simple function:
In[1]:= |
In[2]:= |
Get definitions for the function fibo:
In[3]:= |
In[4]:= |
Out[4]= |
In[5]:= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License