Changes between Version 2 and Version 3 of Ticket #28073, comment 28
- Timestamp:
- Jul 30, 2019, 12:18:26 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28073, comment 28
v2 v3 2 2 > I haven't checked out your ticket and compiled, but this is the list of methods I get with `dir(C)` on a freshly created `LinearCode` `C` on Sage 8.8.rc3: 3 3 4 Without inheriting from `Module`, a fresh `LinearCode` on this branch (Sage 8.9.beta4) has more methods , but is missing these: `['base_extend', 'change_ring', 'endomorphism_ring']`.4 Without inheriting from `Module`, a fresh `LinearCode` on this branch (Sage 8.9.beta4) has more methods than your list, but is missing these: `['base_extend', 'change_ring', 'endomorphism_ring']`. 5 5 6 6 I added the Module inheritance, will push it with some bigger changes.