mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 14:51:00 +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.