data-apis / python-record-api

Inferring Python API signatures from tracing usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Record metadata for properties

saulshanabrook opened this issue · comments

Currently I am throwing away the usage metadata for properties when generating the API. We should preserve these and add them as comments.

We need to switch from generating an AST to just generate source code for this or generate a CST https://libcst.readthedocs.io/