mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 02:42:29 +08:00
committed by
Jelle Zijlstra
parent
885c2fd65e
commit
fdeae5d00e
@@ -50,7 +50,8 @@ class RepeatedCompositeFieldContainer(BaseContainer[_T]):
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
|
||||
# Classes not yet typed
|
||||
class Mapping(Any): ...
|
||||
class Mapping(object):
|
||||
def __getattr__(self, name: str) -> Any: ... # incomplete
|
||||
class MutableMapping(Mapping): ...
|
||||
class ScalarMap(MutableMapping): ...
|
||||
class MessageMap(MutableMapping): ...
|
||||
|
||||
Reference in New Issue
Block a user