|
b2luigi | filename = b2luigi.Parameter() |
| filename to check
|
|
Task to check if the given file really exists.
Definition at line 639 of file combined_quality_estimator_teacher.py.
◆ output()
Specify the output to be the file that was just checked.
Definition at line 646 of file combined_quality_estimator_teacher.py.
646 def output(self):
647 """
648 Specify the output to be the file that was just checked.
649 """
650 from luigi import LocalTarget
651 return LocalTarget(self.filename)
652
653
◆ filename
b2luigi filename = b2luigi.Parameter() |
|
static |
The documentation for this class was generated from the following file: