Searched refs:__methods (Results 1 - 11 of 11) sorted by relevance

/external/python/cpython2/Tools/framer/framer/
H A Dbases.py122 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:
/external/python/cpython2/Lib/
H A Dsymtable.py158 __methods = None variable in class:Class
161 if self.__methods is None:
165 self.__methods = tuple(d)
166 return self.__methods
/external/python/cpython3/Lib/
H A Dsymtable.py153 __methods = None variable in class:Class
156 if self.__methods is None:
160 self.__methods = tuple(d)
161 return self.__methods
H A Dturtle.py298 def __methods(cls): function
313 mfc = __methods(fromClass)
/external/python/cpython2/Lib/idlelib/
H A Drpc.py536 __methods = None variable in class:RPCProxy
544 if self.__methods is None:
546 if self.__methods.get(name):
562 self.__methods = self.sockio.remotecall(self.oid,
/external/python/cpython3/Lib/idlelib/
H A Drpc.py549 __methods = None variable in class:RPCProxy
557 if self.__methods is None:
559 if self.__methods.get(name):
575 self.__methods = self.sockio.remotecall(self.oid,
/external/python/cpython3/Modules/cjkcodecs/
H A Dcjkcodecs.h298 static struct PyMethodDef __methods[] = { variable in typeref:struct:PyMethodDef
402 __methods, \
H A Dmultibytecodec.c1873 static struct PyMethodDef __methods[] = { variable in typeref:struct:PyMethodDef
1884 __methods,
/external/python/cpython2/Modules/cjkcodecs/
H A Dcjkcodecs.h295 static struct PyMethodDef __methods[] = { variable in typeref:struct:PyMethodDef
397 PyObject *m = Py_InitModule("_codecs_" #loc, __methods);\
H A Dmultibytecodec.c1798 static struct PyMethodDef __methods[] = { variable in typeref:struct:PyMethodDef
1819 m = Py_InitModule("_multibytecodec", __methods);
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py318 def __methods(cls): function
340 for ex in __methods(fromClass):

Completed in 291 milliseconds