We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbca88c commit 53a694fCopy full SHA for 53a694f
1 file changed
src/zeroconf/_utils/name.py
@@ -35,6 +35,7 @@
35
)
36
37
38
+@lru_cache(maxsize=512)
39
def service_type_name(type_: str, *, strict: bool = True) -> str: # pylint: disable=too-many-branches
40
"""
41
Validate a fully qualified service name, instance or subtype. [rfc6763]
0 commit comments