plum icon indicating copy to clipboard operation
plum copied to clipboard

Replace `inspect.signature` with `beartype._util.func.arg.utilfuncargiter.iter_func_args`

Open wesselb opened this issue 8 months ago • 3 comments

What the title says, for the sake of speed!

The one missing feature is that inspect.signature gives the return type too, whereas iter_func_args just loops over the arguments, so that's the only wrinkle that would need to be ironed out.

wesselb avatar Oct 13 '23 18:10 wesselb