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

Method is_no

crates/sith_python_parser/src/parser/pattern.rs:720–722  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

718
719impl AllowStarPattern {
720 const fn is_no(self) -> bool {
721 matches!(self, AllowStarPattern::No)
722 }
723}
724
725/// Returns `true` if the given expression is a real number literal or a unary

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected