ExcludedContexts

ExcludedContexts

FullDefinition 的一个选项,即 Manipulate 和相关符号,它们会给出符号不会有递归保存的定义的上下文.

更多信息

  • 诸如 FullDefinitionManipulate 等的函数报告或保存整套与符号相关的定义,这个符号递归地拉取出现在每个定义右手边的符号的定义. ExcludedContexts 通过忽略在上下文中指定的符号来限制定义的递归集合.
  • 一般设定包括:
  • Automatic排除被视作是系统内部的上下文
    {}不排除上下文
    "Context`"仅排除指定的上下文
    "Context`*"排除指定上下文和其所有的子上下文
    {spec1,spec2,}排除任意匹配 speci 之一的上下文
  • ExcludedContexts 优先于 IncludedContexts. »
  • 上下文可以通过和 Contexts[] 一样的字符串模式进行指定.

范例

打开所有单元关闭所有单元

基本范例  (1)

保存 x 的定义和任意出现在其值右手边的符号:

默认设定后,$TimeZone 的字面值 Automatic 会被省略:

范围  (2)

仅排除上下文 "System`""Foo`"

排除上下文 "System`""Foo`" 和其子上下文:

属性和关系  (1)

ExcludedContexts 覆盖 IncludedContexts

比较:

Wolfram Research (2021),ExcludedContexts,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ExcludedContexts.html.

文本

Wolfram Research (2021),ExcludedContexts,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ExcludedContexts.html.

CMS

Wolfram 语言. 2021. "ExcludedContexts." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/ExcludedContexts.html.

APA

Wolfram 语言. (2021). ExcludedContexts. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ExcludedContexts.html 年

BibTeX

@misc{reference.wolfram_2024_excludedcontexts, author="Wolfram Research", title="{ExcludedContexts}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/ExcludedContexts.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_excludedcontexts, organization={Wolfram Research}, title={ExcludedContexts}, year={2021}, url={https://reference.wolfram.com/language/ref/ExcludedContexts.html}, note=[Accessed: 21-November-2024 ]}