This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
forked from microsoft/python-language-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement declaration of submodules in module members (microsoft#1565)
* Add submodules to module members * Add test * Test updates * Wait for complete analysis * Different way of filtering * Formatting * Remove unused * Move filtering to completions Declare submodule as member in case of import A.B inside A * Add another test * using * De-duplicate * Remove unused * Revert to initial GetMemberNames/GetMember on module * Prefer submodule over variable * Use child modules instead * Extra checks * Fix child module naming * Prefer submodules to variables. * Prefer submodules to variables in import star
- Loading branch information
Mikhail Arkhipov
authored
Sep 26, 2019
1 parent
9cd4df3
commit c250f5b
Showing
20 changed files
with
369 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.