Skip to content
Snippets Groups Projects
Commit f20dbe37 authored by florent's avatar florent
Browse files

Change signal access method name in Entity python class

       * src/dynamic_graph/entity.py: get_signal -> signal.
parent bda79d03
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ class Entity: ...@@ -24,7 +24,7 @@ class Entity:
def name(self) : def name(self) :
return wrap.entity_get_name(self.object) return wrap.entity_get_name(self.object)
def get_signal (self, name) : def signal (self, name) :
""" """
Get a signal of the entity from signal name Get a signal of the entity from signal name
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment