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

Method in_function_scope

crates/ruff_python_parser/tests/fixtures.rs:652–654  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

650 }
651
652 fn in_function_scope(&self) -> bool {
653 true
654 }
655
656 fn in_notebook(&self) -> bool {
657 false

Callers 3

check_stmtMethod · 0.45
visit_exprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected