Changes between Version 1 and Version 2 of Ticket #29382
- Timestamp:
- May 5, 2018, 5:51:18 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29382 – Description
v1 v2 1 Some objects have \__call\__ defined but have sub-attributes.1 Some objects have __ call __ defined but have sub-attributes. 2 2 In my case the wtforms Label object. 3 3 I 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.4 Please evaluate first the object fully and then check if __ call __ is available. Elsewise the behaviour is inconsistent and confusing.