Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsymtable.py206 __methods = None variable in Class
211 if self.__methods is None:
215 self.__methods = tuple(d)
216 return self.__methods
Dturtle.py299 def __methods(cls): function
314 mfc = __methods(fromClass)
/third_party/jsframework/runtime/main/reactivity/
Dstate.js122 return vm.__methods[key];
125 vm.__methods[key] = typeof newValue === 'function' && key !== 'data' ?
/third_party/python/Lib/idlelib/
Drpc.py552 __methods = None variable in RPCProxy
560 if self.__methods is None:
562 if self.__methods.get(name):
578 self.__methods = self.sockio.remotecall(self.oid,
/third_party/jsframework/runtime/main/model/
Dindex.ts82 private __methods: Record<string, (...args: unknown[]) => any>; property in Vm
140 this.__methods = {};
536 return this.__methods;
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv486 Modules/cjkcodecs/multibytecodec.c - __methods -
691 Modules/cjkcodecs/cjkcodecs.h - __methods -
1521 Modules/cjkcodecs/cjkcodecs.h - __methods -