Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py857 def hascode(self, type, code): member in CodeNameMapper
861 if not self.hascode(type, code):
920 if mapper.hascode(type, code):
924 if mapper.hascode(type, code):
968 if self.namemappers[0].hascode('class', code):
993 if self.namemappers[0].hascode('property', code):
1018 if self.namemappers[0].hascode('class', code) and \
/external/javaparser/
Dchangelog.md111 for when you want to store `Node`s in collection but don't want its default equals/hascode behaviour