is an option for FullDefinition, Manipulate and related symbols that gives contexts whose symbols will not have the definitions recursively saved.


ExcludedContexts
is an option for FullDefinition, Manipulate and related symbols that gives contexts whose symbols will not have the definitions recursively saved.
Details

- Functions such as FullDefinition, Manipulate, etc. that report or store the full set of definitions associated with a symbol recursively pull in the definitions of symbols that appear on the right-hand side of each definition. ExcludedContexts limits the recursive collection of definitions by ignoring symbols in the contexts specified.
- Common settings include:
-
Automatic exclude contexts that are considered internal to the system {} exclude no contexts "Context`" exclude the specified context only "Context`*" exclude the specified context and all its subcontexts {spec1,spec2,…} exclude any context matching one of the speci - ExcludedContexts takes precedence over IncludedContexts. »
- A context can be specified using string patterns in the same way as in Contexts[].
Examples
open all close allBasic Examples (1)
Scope (2)
Properties & Relations (1)
ExcludedContexts overrides IncludedContexts:
Related Guides
History
Text
Wolfram Research (2021), ExcludedContexts, Wolfram Language function, https://reference.wolfram.com/language/ref/ExcludedContexts.html.
CMS
Wolfram Language. 2021. "ExcludedContexts." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ExcludedContexts.html.
APA
Wolfram Language. (2021). ExcludedContexts. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ExcludedContexts.html
BibTeX
@misc{reference.wolfram_2025_excludedcontexts, author="Wolfram Research", title="{ExcludedContexts}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/ExcludedContexts.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_excludedcontexts, organization={Wolfram Research}, title={ExcludedContexts}, year={2021}, url={https://reference.wolfram.com/language/ref/ExcludedContexts.html}, note=[Accessed: 13-August-2025]}