Searched refs:DefaultDict (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/ |
D | xds_interop_client.py | 24 from typing import DefaultDict, Dict, List, Mapping, Set, Sequence, Tuple 68 _rpcs_by_peer: DefaultDict[str, int] 69 _rpcs_by_method: DefaultDict[str, DefaultDict[str, int]]
|
/third_party/python/Lib/test/ |
D | test_typing.py | 2057 class MyDef(typing.DefaultDict[str, T]): ... 2099 typing.DefaultDict, typing.FrozenSet[int]] 3546 self.assertIs(type(typing.DefaultDict()), collections.defaultdict) 3547 self.assertIs(type(typing.DefaultDict[KT, VT]()), collections.defaultdict) 3548 self.assertIs(type(typing.DefaultDict[str, int]()), collections.defaultdict) 3552 class MyDefDict(typing.DefaultDict[str, int]): 4845 typing.DefaultDict: 'DefaultDict', 4884 typing.DefaultDict[Any, Any]: 'DefaultDict',
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0a2.rst | 268 @overload outside stubs, Reversible, DefaultDict, Text, ContextManager,
|
D | 3.5.2rc1.rst | 423 @overload outside stubs, Reversible, DefaultDict, Text, ContextManager,
|
/third_party/python/Lib/ |
D | typing.py | 2123 DefaultDict = _alias(collections.defaultdict, 2, name='DefaultDict') variable
|
/third_party/python/Doc/library/ |
D | typing.rst | 1479 .. class:: DefaultDict(collections.defaultdict, MutableMapping[KT, VT])
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 28379 from_bcp_47 (DefaultDict[str, AbstractSet[str]]): ``to_bcp_47``
|