Lines Matching defs:overload
14 * Public helper functions: get_type_hints, overload, cast, final, and others.
140 'overload',
2549 """Helper for @overload to raise when called."""
2552 "A series of @overload-decorated functions "
2554 "by an implementation that is not @overload-ed.")
2561 def overload(func):
2565 function in a row, each decorated with @overload. For example::
2567 @overload
2569 @overload
2571 @overload
2576 be decorated with @overload. For example::
2578 @overload
2580 @overload
2582 @overload