Lines Matching refs:abstractmethod
100 @abstractmethod
150 .. decorator:: abstractmethod
158 of the normal 'super' call mechanisms. :func:`abstractmethod` may be used
163 supported. The :func:`abstractmethod` only affects subclasses derived using
167 When :func:`abstractmethod` is applied in combination with other method
172 @abstractmethod
176 @abstractmethod
180 @abstractmethod
185 @abstractmethod
189 @abstractmethod
193 @abstractmethod
196 @abstractmethod
227 classmethod. Otherwise it is similar to :func:`abstractmethod`.
235 @abstractmethod
242 :func:`abstractmethod`, making this decorator redundant.
248 staticmethod. Otherwise it is similar to :func:`abstractmethod`.
256 @abstractmethod
263 :func:`abstractmethod`, making this decorator redundant.
283 @abstractmethod
297 @abstractmethod
313 :func:`abstractmethod`, making this decorator redundant.