mirror of
https://github.com/davidhalter/jedi.git
synced 2026-09-12 01:53:04 +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.