We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3889ed commit 0718ed1Copy full SHA for 0718ed1
1 file changed
stubs/Authlib/authlib/common/language.pyi
@@ -0,0 +1,5 @@
1
+from typing import Final, Pattern
2
+
3
+_LANGUAGE_TAG_RE: Final[Pattern[str]]
4
5
+def is_valid_language_tag(tag: str) -> bool: ...
0 commit comments