Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
Dturtle.py328 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
346 if type(toPart) == types.StringType:
348 __stringBody % {'method' : method, 'attribute' : toPart}
/external/python/cpython3/Lib/
Dturtle.py308 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
322 if isinstance(toPart, str):
324 __stringBody % {'method' : method, 'attribute' : toPart}