Belle II Software development
CheckExistingFile Class Reference
Inheritance diagram for CheckExistingFile:

Public Member Functions

 output (self)
 

Static Public Attributes

 filename = b2luigi.Parameter()
 filename to check
 

Detailed Description

Task to check if the given file really exists.

Definition at line 645 of file combined_quality_estimator_teacher.py.

Member Function Documentation

◆ output()

output ( self)
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

Member Data Documentation

◆ filename

filename = b2luigi.Parameter()
static

filename to check

Definition at line 650 of file combined_quality_estimator_teacher.py.


The documentation for this class was generated from the following file: