Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cca016e3 authored by VIGNET Pierre's avatar VIGNET Pierre
Browse files

[lib] Add doc

parent 3547375d
Branches
Tags
No related merge requests found
...@@ -852,6 +852,7 @@ class CSimpleNode(CNode): ...@@ -852,6 +852,7 @@ class CSimpleNode(CNode):
return True return True
def set_name(self, name): def set_name(self, name):
"""Rename the current node; update simple_node_dict attr of the model"""
try: try:
del self.model.simple_node_dict[self.name] del self.model.simple_node_dict[self.name]
except: except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment