ruff/crates/ruff_python_semantic/src
Charlie Marsh da1697121e
Add `BranchId` to the model snapshot (#6706)
This _probably_ never matters given the set of rules we support and in
fact I'm having trouble thinking of a test-case for it, but it's
definitely incorrect _not_ to pass on the `BranchId` here.
2023-08-20 15:35:49 +00:00
..
analyze Add branch detection to the semantic model (#6694) 2023-08-19 21:28:17 +00:00
binding.rs Implement `Ranged` on more structs (#6639) 2023-08-17 11:22:39 -04:00
branches.rs Add branch detection to the semantic model (#6694) 2023-08-19 21:28:17 +00:00
context.rs Remove separate `ReferenceContext` enum (#4631) 2023-05-24 15:12:38 +00:00
definition.rs Use dedicated AST nodes on `MemberKind` (#6374) 2023-08-07 17:17:58 +00:00
expressions.rs Add branch detection to the semantic model (#6694) 2023-08-19 21:28:17 +00:00
globals.rs Remove async AST node variants for `with`, `for`, and `def` (#6369) 2023-08-07 16:36:02 +00:00
lib.rs Add branch detection to the semantic model (#6694) 2023-08-19 21:28:17 +00:00
model.rs Add `BranchId` to the model snapshot (#6706) 2023-08-20 15:35:49 +00:00
reference.rs Implement `Ranged` on more structs (#6639) 2023-08-17 11:22:39 -04:00
scope.rs Remove async AST node variants for `with`, `for`, and `def` (#6369) 2023-08-07 16:36:02 +00:00
star_import.rs Move `StarImport` to its own module (#5186) 2023-06-20 13:12:46 -04:00
statements.rs Add branch detection to the semantic model (#6694) 2023-08-19 21:28:17 +00:00