Changes between Initial Version and Version 1 of Ticket #24960, comment 8
- Timestamp:
- Jun 16, 2015, 7:29:43 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24960, comment 8
initial v1 14 14 15 15 16 For instance, Python provides the function 'has _attr' which can be used to check whether an object has a certain attribute or not. The same goes for list access and function calls.16 For instance, Python provides the function 'hasattr' which can be used to check whether an object has a certain attribute or not. The same goes for list access and function calls.