Add comment

This commit is contained in:
Konsta Vesterinen
2014-04-21 10:27:50 +03:00
parent f1fdb89f29
commit 13964b3759

View File

@@ -31,6 +31,7 @@ class AttributeValueGenerator(object):
sa.event.remove(*args)
self.listeners_registered = False
# TODO: make the registry a WeakKey dict
self.generator_registry = defaultdict(list)
def generator_wrapper(self, func, attr, source):