Searched defs:is_protocol (Results 1 – 2 of 2) sorted by relevance
31 is_protocol: bool, field109 pub(crate) fn is_protocol(&self) -> bool { in is_protocol() method
3505 is_protocol = typing.is_protocol variable3508 def is_protocol(tp: type, /) -> bool: function