Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymtable.py129 def __idents_matching(self, test_func): member in Function
135 self.__params = self.__idents_matching(lambda x:x & DEF_PARAM)
142 self.__locals = self.__idents_matching(test)
149 self.__globals = self.__idents_matching(test)
155 self.__frees = self.__idents_matching(is_free)