File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -623,10 +623,6 @@ are always available. They are listed here in alphabetical order.
623
623
means functions and classes defined in the executed code will not be able
624
624
to access variables assigned at the top level (as the "top level"
625
625
variables are treated as class variables in a class definition).
626
- Passing a :class: `collections.ChainMap ` instance as *globals * allows name
627
- lookups to be chained across multiple mappings without triggering this
628
- behaviour. Values assigned to top level names in the executed code can be
629
- retrieved by passing an empty dictionary as the first entry in the chain.
630
626
631
627
If the *globals * dictionary does not contain a value for the key
632
628
``__builtins__ ``, a reference to the dictionary of the built-in module
You can’t perform that action at this time.
0 commit comments