Add stubs for translationstring (#9918)

This commit is contained in:
David Salvisberg
2023-03-22 13:44:07 +01:00
committed by GitHub
parent d13bcbb76e
commit 2ed466d3cc
3 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Error: is not present in stub
# =============================
# string patterns for internal use that should not be exported
translationstring.CONTEXT_MASK
translationstring.NAME_RE
# Error: failed to find stubs
# ===========================
# PY2 compat stuff that is not needed externally
translationstring.compat
# tests that should not be part of the distribution anyway
translationstring.tests.*