Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsymtable.py157 __nonlocals = None variable in Function
191 if self.__nonlocals is None:
192 self.__nonlocals = self.__idents_matching(lambda x:x & DEF_NONLOCAL)
193 return self.__nonlocals