mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-28 12:32:20 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -59,6 +59,7 @@ class MemcacheCache(GlobalCache):
|
||||
key: Any
|
||||
def __init__(self, key) -> None: ...
|
||||
def __eq__(self, other): ...
|
||||
|
||||
transient_errors: Any
|
||||
@classmethod
|
||||
def from_environment(cls, max_pool_size: int = ..., strict_read: bool = ..., strict_write: bool = ...) -> Self: ...
|
||||
|
||||
Reference in New Issue
Block a user