data-apis / python-record-api

Inferring Python API signatures from tracing usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvements from internal call

saulshanabrook opened this issue · comments

  • See if we can get signatures for c functions which we fail to get now
  • Record the position of named args as well
  • Seperate function name, if it is a method or classmethod
  • seperate functions passed in (see if there are any)
  • groupby lines first, and record that to minimize length
  • ignore from test file
  • add docker images
  • add some top used numpy repos

Seems like some C functions in NumPy don't have signature defined, so we need to live with this: numpy/numpy#16384