mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-21 02:50:52 +00:00
[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:
parent
1c7b84059e
commit
d8cf8ac2ef
8 changed files with 231 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue