(&self)
| 2328 | impl Ranged for ParsedExpr { |
| 2329 | #[inline] |
| 2330 | fn range(&self) -> TextRange { |
| 2331 | self.expr.range() |
| 2332 | } |
| 2333 | } |
| 2334 | |
| 2335 | /// Represents the precedence levels for various operators and expressions of Python. |
no outgoing calls
no test coverage detected