mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
[stubsabot junior] Bump babel to 2.11.* (#9064)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "2.10.*"
|
||||
version = "2.11.*"
|
||||
requires = ["types-pytz"]
|
||||
|
||||
@@ -124,7 +124,6 @@ class DateTimePattern:
|
||||
pattern: Any
|
||||
format: Any
|
||||
def __init__(self, pattern, format) -> None: ...
|
||||
def __unicode__(self): ...
|
||||
def __mod__(self, other): ...
|
||||
def apply(self, datetime, locale): ...
|
||||
|
||||
|
||||
@@ -13,8 +13,7 @@ class _NormalizedString:
|
||||
def __init__(self, *args) -> None: ...
|
||||
def append(self, s) -> None: ...
|
||||
def denormalize(self): ...
|
||||
def __nonzero__(self): ...
|
||||
__bool__: Any
|
||||
def __bool__(self) -> bool: ...
|
||||
def __cmp__(self, other): ...
|
||||
def __gt__(self, other): ...
|
||||
def __lt__(self, other): ...
|
||||
|
||||
@@ -20,11 +20,10 @@ class LazyProxy:
|
||||
@property
|
||||
def value(self): ...
|
||||
def __contains__(self, key): ...
|
||||
def __nonzero__(self): ...
|
||||
def __bool__(self) -> bool: ...
|
||||
def __dir__(self): ...
|
||||
def __iter__(self): ...
|
||||
def __len__(self): ...
|
||||
def __unicode__(self): ...
|
||||
def __add__(self, other): ...
|
||||
def __radd__(self, other): ...
|
||||
def __mod__(self, other): ...
|
||||
|
||||
Reference in New Issue
Block a user