Skip to content
Snippets Groups Projects
Commit 5a0dfced authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Update docstring of Entity.signals().

parent 94a3a874
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ class Entity (object) : ...@@ -87,7 +87,7 @@ class Entity (object) :
def signals(self) : def signals(self) :
""" """
Alias of displaySignals to reduce verbosity. To be confirmed. Return the list of signals
""" """
sl = wrap.entity_list_signals(self.obj) sl = wrap.entity_list_signals(self.obj)
return map(lambda pyObj: signal_base.SignalBase(obj=pyObj), sl) return map(lambda pyObj: signal_base.SignalBase(obj=pyObj), sl)
......
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