Mqtt topic matches faststream.mqtt.testing.mqtt_topic_matches # mqtt_topic_matches(pattern: str, topic: str) -> bool Source code in faststream/mqtt/testing.py 59 60def mqtt_topic_matches(pattern: str, topic: str) -> bool: return topic_matches(pattern, topic)