Open second-ed opened 3 months ago
there isn't a way to read in the aliases without reading in the whole file that the function is in to get the imports.
toying with the idea of splitting type hints and return annots on "."
to capture DataFrame
in each, it's not as accurate but it would avoid this issue
eg:
this has interpreted
pd.DataFrame
aspandas.core.frame.DataFrame
, need a way to account for these long names and the aliases the user might've assignedlocation: