Searched refs:__methods (Results 1 – 6 of 6) sorted by relevance
206 __methods = None variable in Class211 if self.__methods is None:215 self.__methods = tuple(d)216 return self.__methods
299 def __methods(cls): function314 mfc = __methods(fromClass)
122 return vm.__methods[key];125 vm.__methods[key] = typeof newValue === 'function' && key !== 'data' ?
552 __methods = None variable in RPCProxy560 if self.__methods is None:562 if self.__methods.get(name):578 self.__methods = self.sockio.remotecall(self.oid,
82 private __methods: Record<string, (...args: unknown[]) => any>; property in Vm140 this.__methods = {};536 return this.__methods;
486 Modules/cjkcodecs/multibytecodec.c - __methods -691 Modules/cjkcodecs/cjkcodecs.h - __methods -1521 Modules/cjkcodecs/cjkcodecs.h - __methods -