MCPcopy Create free account
hub / github.com/astral-sh/ruff / expression.rs

File expression.rs

crates/ruff_python_parser/src/parser/expression.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::ops::Deref;
2
3use bitflags::bitflags;
4use rustc_hash::{FxBuildHasher, FxHashSet};

Callers

nothing calls this directly

Calls 2

unionMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected