|
| | filename = b2luigi.Parameter() |
| | filename to check
|
| |
Task to check if the given file really exists.
Definition at line 645 of file combined_quality_estimator_teacher.py.
◆ output()
Specify the output to be the file that was just checked.
Definition at line 652 of file combined_quality_estimator_teacher.py.
652 def output(self):
653 """
654 Specify the output to be the file that was just checked.
655 """
656 from luigi import LocalTarget
657 return LocalTarget(self.filename)
658
659
◆ filename
| filename = b2luigi.Parameter() |
|
static |
The documentation for this class was generated from the following file: