Home | History | Annotate | Download | only in idlelib

Lines Matching refs:Delegator

2 from idlelib.Delegator import Delegator
7 # XXX would be nice to inherit from Delegator
10 self.top = self.bottom = Delegator(text)
24 # Could go away if inheriting from Delegator
28 # Could go away if inheriting from Delegator
33 assert isinstance(filter, Delegator)
40 assert isinstance(filter, Delegator)
56 class Tracer(Delegator):
59 Delegator.__init__(self, None)