|
From: Darren D. <dd...@co...> - 2005-03-31 15:29:27
|
On Thursday 31 March 2005 09:56 am, John Hunter wrote:
> >>>>> "Darren" == Darren Dale <dd...@co...> writes:
>
> Darren> Segmentation fault
I'm looking through axes.py trying to find a badly formatted docstring (or
something) and found this:
def connect(self, s, func):
"""
Register observers to be notified when certain events occur. Register
with callback functions with the following signatures. The function
has the following signature
func(ax) # where ax is the instance making the callback.
The following events can be connected to: %s
The connection id is is returned - you can use this with
disconnect to disconnect from the axes event
""" % ', '.join(Axes._events) # <---Whats that doing there?
--
Darren
|