data-apis / python-record-api

Inferring Python API signatures from tracing usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement max positional only args

saulshanabrook opened this issue · comments

After a certain number of positional only args, we should move them to variables args...

Let's say after 3?