Lines Matching refs:getattr
52 value = getattr(wrapped, attr)
58 getattr(wrapper, attr).update(getattr(wrapped, attr, {}))
191 roots = {op for op in _convert if getattr(cls, op, None) is not getattr(object, op, None)}
394 get = getattr(self.func, "__get__", None)
414 return getattr(self.func, "__isabstractmethod__", False)
868 ann = getattr(cls, '__annotations__', {})
911 funcname = getattr(func, '__name__', 'singledispatch function')
955 return getattr(self.func, '__isabstractmethod__', False)