Home
last modified time | relevance | path

Searched refs:__with_count (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dpycodegen.py841 __with_count = 0 variable in CodeGenerator
846 self.__with_count += 1
847 valuevar = "_[%d]" % self.__with_count
875 self.__with_count -= 1