Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsymtable.py159 def __idents_matching(self, test_func): member in Function
167 self.__params = self.__idents_matching(lambda x:x & DEF_PARAM)
176 self.__locals = self.__idents_matching(test)
185 self.__globals = self.__idents_matching(test)
192 self.__nonlocals = self.__idents_matching(lambda x:x & DEF_NONLOCAL)
200 self.__frees = self.__idents_matching(is_free)