mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +08:00
committed by
Matthias Kramm
parent
c7e3e9890d
commit
f60ffe47a2
@@ -1,7 +1,7 @@
|
||||
# Stubs for locale
|
||||
|
||||
from decimal import Decimal
|
||||
from typing import Any, Iterable, List, Mapping, Optional, Sequence, Tuple, Union
|
||||
from typing import Any, Dict, Iterable, List, Mapping, Optional, Sequence, Tuple, Union
|
||||
import sys
|
||||
|
||||
# workaround for mypy#2010
|
||||
@@ -107,3 +107,6 @@ if sys.version_info >= (3, 5):
|
||||
def atof(string: _str) -> float: ...
|
||||
def atoi(string: _str) -> int: ...
|
||||
def str(float: float) -> _str: ...
|
||||
|
||||
locale_alias: Dict[_str, _str] # undocumented
|
||||
locale_encoding_alias: Dict[_str, _str] # undocumented
|
||||
|
||||
Reference in New Issue
Block a user