Lines Matching refs:_relaxedSetattr
1086 _relaxedSetattr(glyphObject, "unicodes", unicodes)
1164 _relaxedSetattr(glyphObject, "unicodes", unicodes)
1169 _relaxedSetattr(glyphObject, "guidelines", guidelines)
1174 _relaxedSetattr(glyphObject, "anchors", anchors)
1188 _relaxedSetattr(glyphObject, "name", glyphName)
1192 _relaxedSetattr(glyphObject, "width", width)
1194 _relaxedSetattr(glyphObject, "height", height)
1199 _relaxedSetattr(glyphObject, "note", note)
1209 _relaxedSetattr(glyphObject, "lib", plist)
1218 _relaxedSetattr(glyphObject, "image", imageData)
1255 _relaxedSetattr(glyphObject, "anchors", anchors)
1500 def _relaxedSetattr(object, attr, value): function