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

File pattern.rs

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

Source from the content-addressed store, hash-verified

1use ruff_python_ast::name::Name;
2use ruff_python_ast::token::TokenKind;
3use ruff_python_ast::{
4 self as ast, AtomicNodeIndex, Expr, ExprContext, Number, Operator, Pattern, PatternKeys,

Callers

nothing calls this directly

Calls 1

unionMethod · 0.45

Tested by

no test coverage detected