Public Member Functions | |
__init__ (self, wrapped_refiner, folder_name=None, groupby_addition=None) | |
refine (self, harvesting_module, crops, tdirectory=None, groupby_part_name=None, groupby_value=None, *args, **kwds) | |
__get__ (self, harvesting_module, cls=None) | |
__call__ (self, harvesting_module, crops=None, *args, **kwds) | |
Public Attributes | |
wrapped_refiner = wrapped_refiner | |
cached value of the wrapped refiner | |
folder_name = folder_name | |
cached value of the folder name | |
groupby_addition = groupby_addition | |
cached value of the suffix for a groupby selection | |
refiner_function = refiner_function | |
cached copy of the instance's refiner function | |
Static Public Attributes | |
str | default_folder_name = "" |
Folder name to be used if a groupby selection is active. | |
str | default_groupby_addition = "_groupby_{groupby}_{groupby_value}" |
Default suffix for a groupby selection. | |
Refiner for change-directory
Definition at line 1039 of file refiners.py.
__init__ | ( | self, | |
wrapped_refiner, | |||
folder_name = None, | |||
groupby_addition = None ) |
Constructor for this refiner
Definition at line 1047 of file refiners.py.
|
inherited |
implementation of the function-call of the Refiner instance r = Refiner() r(harvester) # decoration r(harvester, crops, args, keywords) # refinement
Definition at line 55 of file refiners.py.
|
inherited |
Getter of the Refiner instance
Definition at line 42 of file refiners.py.
refine | ( | self, | |
harvesting_module, | |||
crops, | |||
tdirectory = None, | |||
groupby_part_name = None, | |||
groupby_value = None, | |||
* | args, | ||
** | kwds ) |
Process the change-directory
Reimplemented from Refiner.
Definition at line 1060 of file refiners.py.
|
static |
Folder name to be used if a groupby selection is active.
Definition at line 1043 of file refiners.py.
|
static |
Default suffix for a groupby selection.
Definition at line 1045 of file refiners.py.
folder_name = folder_name |
cached value of the folder name
Definition at line 1056 of file refiners.py.
groupby_addition = groupby_addition |
cached value of the suffix for a groupby selection
Definition at line 1058 of file refiners.py.
|
inherited |
cached copy of the instance's refiner function
Definition at line 40 of file refiners.py.
wrapped_refiner = wrapped_refiner |
cached value of the wrapped refiner
Definition at line 1054 of file refiners.py.