ruff/crates/ruff_python_semantic/src
Charlie Marsh 2fa508793f
Return a slice in StmtClassDef#bases (#6311)
Slices are strictly more flexible, since you can always convert to an
iterator, etc., but not the other way around. Suggested in
https://github.com/astral-sh/ruff/pull/6259#discussion_r1282730994.
2023-08-03 16:21:55 +00:00
..
analyze Return a slice in StmtClassDef#bases (#6311) 2023-08-03 16:21:55 +00:00
binding.rs Add semantic analysis of type aliases and parameters (#6109) 2023-07-28 17:06:37 -05:00
context.rs Remove separate ReferenceContext enum (#4631) 2023-05-24 15:12:38 +00:00
definition.rs Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00
globals.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
lib.rs Move StarImport to its own module (#5186) 2023-06-20 13:12:46 -04:00
model.rs Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00
node.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
reference.rs Remove parser dependency from ruff-python-ast (#6096) 2023-07-26 17:47:22 +02:00
scope.rs Add semantic analysis of type aliases and parameters (#6109) 2023-07-28 17:06:37 -05:00
star_import.rs Move StarImport to its own module (#5186) 2023-06-20 13:12:46 -04:00