Searched refs:supportedDictionary (Results 1 – 1 of 1) sorted by relevance
1461 def stripUnsupportedAPIs(self, dictionary, attribute, supportedDictionary): argument1476 if api in supportedDictionary and supportedDictionary[api].required:1487 def stripUnsupportedAPIsFromList(self, dictionary, supportedDictionary): argument1500 if supportedDictionary[api].required: