Changes between Initial Version and Version 1 of Ticket #29382
- Timestamp:
- May 5, 2018, 5:50:38 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29382 – Description
initial v1 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.