We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba092a3 commit 29ec261Copy full SHA for 29ec261
README.md
@@ -38,3 +38,4 @@ Current Patterns:
38
|[strategy](strategy.py)| selectable operations over the same data |
39
|[template](template.py)| an object imposes a structure but takes pluggable components |
40
|[visitor](visitor.py)| invoke a callback for all items of a collection |
41
+|[chaining_method](visitor.py)| continue callback next object method |
0 commit comments