mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add http_client to six.moves, add missing functions to urllib2 fix some types in gettext (#262)
This commit is contained in:
committed by
Guido van Rossum
parent
49000ccc5e
commit
0bfa0636e1
@@ -22,7 +22,7 @@ class Translations(object):
|
||||
def ugettext(self, message: str) -> unicode: ...
|
||||
def ngettext(self, singular: str, plural: str, n: int) -> str: ...
|
||||
def lngettext(self, singular: str, plural: str, n: int) -> str: ...
|
||||
def ungettext(self, singular: str, plural: str, n: int) -> str: ...
|
||||
def ungettext(self, singular: str, plural: str, n: int) -> unicode: ...
|
||||
def info(self) -> Any: ...
|
||||
def charset(self) -> Any: ...
|
||||
def output_charset(self) -> Any: ...
|
||||
|
||||
Reference in New Issue
Block a user