• Jérome Perrin's avatar
    ERP5Type: micro-optimize edit/getProperty · 9c3c1d28
    Jérome Perrin authored
    Optimize edit by calculating the set of restricted accessors only once
    at class generation instead of calculating it each call.
    Optimize edit by using the same technique to decide if getattr or
    guarded_getattr has to be used to get the property.
    9c3c1d28
portal_type_class.py 21.1 KB