Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #30311: apply set_immutable to all chart functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjungmath committed Jan 21, 2021
1 parent 848e96b commit 6f39d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/manifolds/scalarfield.py
Original file line number Diff line number Diff line change
Expand Up @@ -3605,6 +3605,8 @@ def set_immutable(self):
"""
for rst in self._restrictions.values():
rst.set_immutable()
for func in self._express.values():
func.set_immutable()
super().set_immutable()

@cached_method
Expand Down

0 comments on commit 6f39d6e

Please sign in to comment.