Thanks to visit codestin.com Credit goes to github.com
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 841a365 commit 4a3b6ebCopy full SHA for 4a3b6eb
1 file changed
stdlib/locale.pyi
@@ -1,4 +1,7 @@
1
import sys
2
+
3
+# This module defines a function "str()", which is why "str" can't be used
4
+# as a type annotation or type alias.
5
from builtins import str as _str
6
from decimal import Decimal
7
from typing import Any, Callable, Dict, Iterable, List, Mapping, Optional, Sequence, Tuple, Union
0 commit comments