Home | History | Annotate | Download | only in test

Lines Matching defs:__annotations__

829         self.assertEqual(test.__annotations__, spec.annotations)
833 self.assertEqual(test.__annotations__, spec.annotations)
2224 # __code__, __annotations__, __defaults__, __name__,
2230 self.__annotations__ = func.__annotations__
2284 __annotations__ = func.__annotations__
2652 ...)) # functools.wraps will copy __annotations__