Searched refs:with_var (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/lib2to3/ | ||
D | Grammar.txt | 96 with_var: 'as' expr |
/external/python/cpython2/Lib/compiler/ | ||
D | transformer.py | 555 def with_var(self, nodelist): member in Transformer |