MCPcopy Create free account
hub / github.com/LaBatata101/sith-language-server / is_star

Method is_star

crates/sith_python_parser/src/parser/statement.rs:3605–3607  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3603
3604impl ExceptClauseKind {
3605 const fn is_star(self) -> bool {
3606 matches!(self, ExceptClauseKind::Star)
3607 }
3608}
3609
3610#[derive(Debug, Copy, Clone)]

Callers 2

parse_try_statementMethod · 0.80
parse_except_clauseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected