Lines Matching refs:overload
830 .. decorator:: overload
832 The ``@overload`` decorator allows describing functions and methods
834 of ``@overload``-decorated definitions must be followed by exactly one
835 non-``@overload``-decorated definition (for the same function/method).
836 The ``@overload``-decorated definitions are for the benefit of the
838 non-``@overload``-decorated definition, while the latter is used at
840 a ``@overload``-decorated function directly will raise
841 ``NotImplementedError``. An example of overload that gives a more
844 @overload
847 @overload
850 @overload