Searched refs:__methods (Results 1 – 10 of 10) sorted by relevance
122 for name, func in sortitems(self.__methods):125 self.dump_methoddef(f, self.__methods, self.__vars)143 self.__methods = {}148 self.__methods[k] = Method(v, self)159 meth = self.__methods.get(s.special)168 if self.__methods:
158 __methods = None variable in Class161 if self.__methods is None:165 self.__methods = tuple(d)166 return self.__methods
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)
536 __methods = None variable in RPCProxy544 if self.__methods is None:546 if self.__methods.get(name):562 self.__methods = self.sockio.remotecall(self.oid,
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,
295 static struct PyMethodDef __methods[] = { variable397 PyObject *m = Py_InitModule("_codecs_" #loc, __methods);\
1799 static struct PyMethodDef __methods[] = { variable1820 m = Py_InitModule("_multibytecodec", __methods); in init_multibytecodec()
318 def __methods(cls): function340 for ex in __methods(fromClass):
486 Modules/cjkcodecs/multibytecodec.c - __methods -691 Modules/cjkcodecs/cjkcodecs.h - __methods -1521 Modules/cjkcodecs/cjkcodecs.h - __methods -