![]() |
Belle II Software release-09-00-03
|
Public Member Functions | |
| def | __init__ (self, wrapped_refiner, by=None, exclude_by=None) |
| def | refine (self, harvesting_module, crops, groupby_part_name=None, groupby_value=None, *args, **kwds) |
Public Attributes | |
| wrapped_refiner | |
| cached value of the wrapped refiner | |
| by | |
| cached value of the group-by classifier | |
| exclude_by | |
| cached value of the exclude-by classifier | |
Static Public Attributes | |
| bool | default_exclude_by = True |
| default value of the exclude-by classifier | |
Refiner for grouping
Definition at line 939 of file refiners.py.
| def __init__ | ( | self, | |
| wrapped_refiner, | |||
by = None, |
|||
exclude_by = None |
|||
| ) |
Constructor for this refiner
Reimplemented from Refiner.
Definition at line 945 of file refiners.py.
| def refine | ( | self, | |
| harvesting_module, | |||
| crops, | |||
groupby_part_name = None, |
|||
groupby_value = None, |
|||
| * | args, | ||
| ** | kwds | ||
| ) |
Process this grouping
Reimplemented from Refiner.
Definition at line 959 of file refiners.py.
| by |
cached value of the group-by classifier
Definition at line 955 of file refiners.py.
|
static |
default value of the exclude-by classifier
Definition at line 943 of file refiners.py.
| exclude_by |
cached value of the exclude-by classifier
Definition at line 957 of file refiners.py.
| wrapped_refiner |
cached value of the wrapped refiner
Definition at line 953 of file refiners.py.