mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-04 03:39:12 +08:00
This means that passthrough signatures will be found for top level functions, which is useful both where they're wrappered by `functools.wraps` or not. Fixes https://github.com/davidhalter/jedi/issues/1791.