Problem Description
Some support for function overloads specified by @overload annotation in typestubs is missing. All functions that have it, are just shown with the general base implementation (*args, **kwds) instead of the declared and fully typed overloads.
Proposal
In the beginning, just one entry per overload would be nice.
Additional context
Trying to document a Cython extension that due to its C++ origin has typestubs with @overload annotations
Problem Description
Some support for function overloads specified by
@overloadannotation in typestubs is missing. All functions that have it, are just shown with the general base implementation(*args, **kwds)instead of the declared and fully typed overloads.Proposal
In the beginning, just one entry per overload would be nice.
Additional context
Trying to document a Cython extension that due to its C++ origin has typestubs with
@overloadannotations