Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dturtle.py309 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
314 mfc = __methods(fromClass)
327 setattr(fromClass, method, d[method]) ### NEWU!