MCPcopy Index your code
hub / github.com/rawpython/remi / from_dict_to_fields

Method from_dict_to_fields

editor/editor_widgets.py:359–362  ·  view source on GitHub ↗
(self, dictionary)

Source from the content-addressed store, hash-verified

357 self.from_dict_to_fields(self.configDict)
358
359 def from_dict_to_fields(self, dictionary):
360 for key in self.inputs.keys():
361 if key in dictionary.keys():
362 self.get_field(key).set_value(str(dictionary[key]))
363
364 def from_fields_to_dict(self):
365 self.configDict[self.KEY_PRJ_NAME] = self.get_field(

Callers 2

__init__Method · 0.95
showMethod · 0.95

Calls 2

get_fieldMethod · 0.80
set_valueMethod · 0.45

Tested by

no test coverage detected