Changes between Initial Version and Version 1 of Ticket #2516, comment 43
- Timestamp:
- 04/14/14 09:50:03 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2516, comment 43
initial v1 4 4 + return "{%r}" % fn 5 5 }}} 6 Wouldn't that be safe enough? 6 Alternatively this seems to work too: 7 {{{ 8 + if isinstance(type(h),sage.structure.dynamic_class.DynamicMetaclass) 9 + return "{%r}" % fn 10 }}} 11 Wouldn't one of these be safe enough?