Searched refs:make_property (Results 1 – 2 of 2) sorted by relevance
149 d = dict((name, make_property(name)) for name in names)177 def make_property(name): function232 value = make_property('value')270 value = make_property('value')271 raw = make_property('raw')
234 Util.make_property = function (proto, name, mode, type) { function330 Util.make_property(constructor.prototype, arr[i][0], arr[i][1], arr[i][2]);