Searched refs:toPart (Results 1 – 2 of 2) sorted by relevance
328 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument346 if type(toPart) == types.StringType:348 __stringBody % {'method' : method, 'attribute' : toPart}
308 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument322 if isinstance(toPart, str):324 __stringBody % {'method' : method, 'attribute' : toPart}