Changes between Version 1 and Version 2 of Ticket #29382


Ignore:
Timestamp:
May 5, 2018, 5:51:18 AM (6 years ago)
Author:
alex
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29382 – Description

    v1 v2  
    1 Some objects have \__call\__ defined but have sub-attributes.
     1Some objects have __ call __ defined but have sub-attributes.
    22In my case the wtforms Label object.
    33I cannot access Label.text because Label is callable and the resulting str object has not the attribute text.
    4 Please evaluate first the object fully and then check if  \__call\__ is available. Elsewise the behaviour is inconsistent and confusing.
     4Please evaluate first the object fully and then check if  __ call __ is available. Elsewise the behaviour is inconsistent and confusing.
Back to Top