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

Rename method display_signals -> displaySignals.

       * src/dynamic_graph/entity.py.
parent 0f16bc14
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class Entity (object) :
signalPt = wrap.entity_get_signal(self.obj, name)
return signal_base.SignalBase("", signalPt)
def display_signals(self) :
def displaySignals(self) :
"""
Write the list of signals into standard output: temporary.
"""
......
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