We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6211358 commit 4b81a4aCopy full SHA for 4b81a4a
README.md
@@ -30,7 +30,6 @@ Current Patterns:
30
| [mediator](mediator.py) | an object that knows how to connect other objects and act as a proxy |
31
| [memento](memento.py) | generate an opaque token that can be used to go back to a previous state |
32
| [mvc](mvc.py) | model<->view<->controller (non-strict relationships) |
33
-| [null](null.py) | (no clear use in modern Python) |
34
| [observer](observer.py) | provide a callback for notification of events/changes to data |
35
| [pool](pool.py) | preinstantiate and maintain a group of instances of the same type |
36
| [prototype](prototype.py) | use a factory and clones of a prototype for new instances (if instantiation is expensive) |
null.py
0 commit comments