Changes between Initial Version and Version 1 of Ticket #29382


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29382 – Description

    initial v1  
    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