This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
mirror of
https://github.com/astral-sh/ruff
synced
2026-01-22 05:51:03 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
04c9348de0710a382489ba245dbe0d9d6fef2248
ruff
/
crates
/
ruff_python_semantic
/
src
History
Micha Reiser
cbe344f4d5
Rename
Checker::model
to
semantic_model
(
#4573
)
2023-05-22 15:14:30 +02:00
..
analyze
Use
SemanticModel
in lieu of
Checker
in more methods (
#4568
)
2023-05-22 02:58:47 +00:00
binding.rs
Re-integrate RustPython parser repository (
#4359
)
2023-05-11 07:47:17 +00:00
definition.rs
Refactor range from
Attributed
to
Node
s (
#4422
)
2023-05-16 06:36:32 +00:00
lib.rs
Rename ruff_python_semantic's
Context
struct to
SemanticModel
(
#4565
)
2023-05-22 02:35:03 +00:00
model.rs
Rename
Checker::model
to
semantic_model
(
#4573
)
2023-05-22 15:14:30 +02:00
node.rs
Add a
Snapshot
abstraction for deferring and restoring visitor context (
#4353
)
2023-05-10 16:50:47 +00:00
scope.rs
Refactor range from
Attributed
to
Node
s (
#4422
)
2023-05-16 06:36:32 +00:00