Searched refs:name_dict (Results 1 – 2 of 2) sorted by relevance
67 name_dict = {'Router name': self._short_name,73 self._name = pprint.pformat(name_dict)
982 def build(cls, name_dict, use_printable=False): argument1009 name_dict = OrderedDict(1011 name_dict.items(),1016 for attribute_name, attribute_value in name_dict.items():