Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScopeDictionary

A scope dictionary keeps track of variables that are in scope, that is, variables that were defined earlier in a notebook. The type is a mapping from variable names to the graph nodes that represent them (and evaluate to data frames).

Hierarchy

  • ScopeDictionary

Indexable

[variable: string]: Node

A scope dictionary keeps track of variables that are in scope, that is, variables that were defined earlier in a notebook. The type is a mapping from variable names to the graph nodes that represent them (and evaluate to data frames).

Generated using TypeDoc