Skip to content
Snippets Groups Projects
Commit ca9a2f24 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add versionadded tag to Collector

parent b913f6bd
No related branches found
No related tags found
No related merge requests found
...@@ -307,6 +307,8 @@ class Collector(CombineMapper): ...@@ -307,6 +307,8 @@ class Collector(CombineMapper):
across children at each non-leaf node in the expression tree. across children at each non-leaf node in the expression tree.
By default, nothing is collected. All leaves return empty sets. By default, nothing is collected. All leaves return empty sets.
.. versionadded:: 2014.3
""" """
def combine(self, values): def combine(self, values):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment