Home
last modified time | relevance | path

Searched refs:three_freevars (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_builtin.py821 def three_freevars(): function
832 return three_freevars, four_freevars
833 three_freevars, four_freevars = make_closure_functions()
837 exec(three_freevars.__code__,
838 three_freevars.__globals__,
839 closure=three_freevars.__closure__)
844 my_closure = (CellType(35), CellType(72), three_freevars.__closure__[2])
845 exec(three_freevars.__code__,
846 three_freevars.__globals__,
861 three_freevars
[all...]

Completed in 2 milliseconds