Changes between Initial Version and Version 1 of Ticket #28564, comment 9
- Timestamp:
- 10/25/19 08:20:28 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28564, comment 9
initial v1 8 8 >Actually, is there a mechanism to change the name? 9 9 10 Yes there is the method `set_name()`. 10 Yes there is the method `set_name()`. One could also pass the (possible) new name as an argument to `copy()`. There are a few examples (2 actually) of `copy()` taking some arguments in Sage library.