diff options
author | Lance Stout <lancestout@gmail.com> | 2011-02-13 16:30:57 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-02-13 16:30:57 -0500 |
commit | 34f6195ca5a042ac61aa20af0b339a6654e2ffdd (patch) | |
tree | 4e38c5b28177844070436086fdf74df7381cb66f /tests/test_stanza_error.py | |
parent | 70af52d74c3f4253791120be4016f108aa966b4d (diff) | |
download | slixmpp-34f6195ca5a042ac61aa20af0b339a6654e2ffdd.tar.gz slixmpp-34f6195ca5a042ac61aa20af0b339a6654e2ffdd.tar.bz2 slixmpp-34f6195ca5a042ac61aa20af0b339a6654e2ffdd.tar.xz slixmpp-34f6195ca5a042ac61aa20af0b339a6654e2ffdd.zip |
Return the name of the registered callback.
Instead of the actual callback object, return just the name of
the callback object created when using iq.send(callback=..).
This will help prevent memory leaks by not keeping an additional
reference to the object, but still allows for the callback to be
canceled by using self.remove_handler("handler_name").
Diffstat (limited to 'tests/test_stanza_error.py')
0 files changed, 0 insertions, 0 deletions