Skip to content

Generate better reference information for member expressions #14864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Mar 9, 2023

Previously most member expressions only produced the wildcard reference such as *.attr when using the (undocumented) --export-ref-info flag. Use the type of the object to generate better fullnames, such as module.Cls.attr.

Previously most member expressions only produced the wildcard reference
such as `*.attr` when using the (undocumented) `--export-ref-info`
flag. Use the type of the object to generate better fullnames, such as
`module.Cls.attr`.
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2023

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@JukkaL JukkaL merged commit 287c45a into master Mar 9, 2023
@JukkaL JukkaL deleted the refinfo-more branch March 9, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants