Lines Matching refs:overload
899 .. decorator:: overload
901 The ``@overload`` decorator allows describing functions and methods
903 of ``@overload``-decorated definitions must be followed by exactly one
904 non-``@overload``-decorated definition (for the same function/method).
905 The ``@overload``-decorated definitions are for the benefit of the
907 non-``@overload``-decorated definition, while the latter is used at
909 a ``@overload``-decorated function directly will raise
910 :exc:`NotImplementedError`. An example of overload that gives a more
913 @overload
916 @overload
919 @overload