Lines Matching refs:traceback
28 def __exit__(self, exc_type, exc_value, traceback):
50 async def __aexit__(self, exc_type, exc_value, traceback):
141 def __exit__(self, typ, value, traceback):
155 self.gen.throw(typ, value, traceback)
164 exc.__traceback__ = traceback
176 value.__traceback__ = traceback
188 exc.__traceback__ = traceback
208 async def __aexit__(self, typ, value, traceback):
222 await self.gen.athrow(typ, value, traceback)
231 exc.__traceback__ = traceback
243 value.__traceback__ = traceback
255 exc.__traceback__ = traceback