Searched refs:__methodDict (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py308 def __methodDict(cls, _dict): function
313 __methodDict(_super, _dict)
321 __methodDict(cls, _dict)
333 __methodDict(toClass, _dict)
/external/python/cpython3/Lib/
H A Dturtle.py288 def __methodDict(cls, _dict): function
293 __methodDict(_super, _dict)
301 __methodDict(cls, _dict)
311 __methodDict(toClass, _dict_1)

Completed in 96 milliseconds