FileRule#
- class polpo.preprocessing.load.pregnancy.FileRule(value, func='startswith')[source]#
Bases:
PreprocessingStep
File rule.
- Parameters:
value (str) – Value to call
func
on.func (callable) –
str
function that outputs a boolean.
Bases: PreprocessingStep
File rule.
value (str) – Value to call func
on.
func (callable) – str
function that outputs a boolean.