Searched refs:odict (Results 1 – 2 of 2) sorted by relevance
34 def repr_ordered_dict(dumper, odict): argument35 return dumper.represent_mapping(u'tag:yaml.org,2002:map', odict.items())
7 Resize odict in all cases that the underlying dict resizes.