Home
last modified time | relevance | path

Searched refs:MappingProxyType (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Lib/test/
H A D_test_embed_structseq.py18 self.assertIsInstance(obj_type.__dict__, types.MappingProxyType)
H A Dtest_genericalias.py44 from types import GenericAlias, MappingProxyType, AsyncGeneratorType namespace
114 MappingProxyType, AsyncGeneratorType,
H A Dtest_pprint.py426 m = types.MappingProxyType(d)
438 m = types.MappingProxyType(d)
H A Dtest_types.py1032 mappingproxy = types.MappingProxyType
H A Dtest_builtin.py2453 type('A', (), types.MappingProxyType({}))
/third_party/python/Lib/email/
H A Dheaderregistry.py6 from types import MappingProxyType namespace
465 return MappingProxyType(self._params)
/third_party/python/Lib/
H A Dtypes.py15 MappingProxyType = type(type.__dict__) variable
H A Ddataclasses.py197 _EMPTY_METADATA = types.MappingProxyType({})
299 types.MappingProxyType(metadata))
H A Dfunctools.py915 wrapper.registry = types.MappingProxyType(registry)
H A Dpprint.py360 _dispatch[_types.MappingProxyType.__repr__] = _pprint_mappingproxy
H A Denum.py3 from types import MappingProxyType, DynamicClassAttribute namespace
811 return MappingProxyType(cls._member_map_)
H A Dinspect.py3021 self._parameters = types.MappingProxyType(params)
/third_party/python/Lib/tomllib/
H A D_parser.py9 from types import MappingProxyType namespace
40 BASIC_STR_ESCAPE_REPLACEMENTS = MappingProxyType(

Completed in 24 milliseconds