Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
69b5c54c
Commit
69b5c54c
authored
Mar 28, 2019
by
Paul McCarthy
🚵
Browse files
ENH: Mesh name can be updated
parent
34edfae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/data/mesh.py
View file @
69b5c54c
...
...
@@ -241,6 +241,12 @@ class Mesh(notifier.Notifier, meta.Meta):
return
self
.
__name
@
name
.
setter
def
name
(
self
,
name
):
"""Set the name of this ``Mesh``. """
self
.
__name
=
name
@
property
def
dataSource
(
self
):
"""Returns the data source of this ``Mesh``. """
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment