Home
last modified time | relevance | path

Searched refs:odict (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/tools/buildgen/
Dbuild_cleaner.py34 def repr_ordered_dict(dumper, odict): argument
35 return dumper.represent_mapping(u'tag:yaml.org,2002:map', odict.items())
/third_party/python/Misc/NEWS.d/
D3.5.0rc1.rst7 Resize odict in all cases that the underlying dict resizes.