Changeset 9043 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 23 Jul 2012, 21:08:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/helpers.py
r9011 r9043 520 520 if exclude_methods and isinstance(descr, Method): 521 521 continue 522 if name in result: 523 continue 522 524 result.append(name) 523 525 return result
Note: See TracChangeset for help on using the changeset viewer.