[red-knot] Resolve symbols from builtins.pyi in the stdlib if they cannot be found in other scopes (#12390)

Co-authored-by: Carl Meyer <carl@astral.sh>
This commit is contained in:
Alex Waygood 2024-07-19 17:44:56 +01:00 committed by GitHub
parent 1c7b84059e
commit d8cf8ac2ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 231 additions and 11 deletions

View file

@ -6,6 +6,7 @@ pub use db::{Db, Jar};
pub use semantic_model::{HasTy, SemanticModel};
pub mod ast_node_ref;
mod builtins;
mod db;
mod node_key;
pub mod semantic_index;