1

Possible Duplicate:
Python Observer Pattern: Examples, Tips?

Is there a specific library that implements the observer/observable(gof) pattern in Python? I'd use it to update a wxPython view from my model. Writing my own wouldn't be difficult, but I'm wondering if there's something specific for Python.

Community
  • 1
  • 1
Alexander Pope
  • 1,134
  • 1
  • 12
  • 22
  • 1
    @glglgl thank you for the reference, I'll look into python's logging module. It seems to be able to do what I want, though the name doesn't suggest it :). – Alexander Pope Dec 13 '12 at 13:57

0 Answers0