Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsymtable.py206 __methods = None variable in Class
211 if self.__methods is None:
215 self.__methods = tuple(d)
216 return self.__methods
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsymtable.py206 __methods = None variable in Class
211 if self.__methods is None:
215 self.__methods = tuple(d)
216 return self.__methods
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsymtable.py206 __methods = None variable in Class
211 if self.__methods is None:
215 self.__methods = tuple(d)
216 return self.__methods
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/
Dsymtable.py206 __methods = None variable in Class
211 if self.__methods is None:
215 self.__methods = tuple(d)
216 return self.__methods
/prebuilts/build-tools/common/py3-stdlib/
Dsymtable.py224 __methods = None variable in Class
229 if self.__methods is None:
262 self.__methods = tuple(d)
263 return self.__methods
Dturtle.py293 def __methods(cls): function
308 mfc = __methods(fromClass)