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

Public Member Functions

def output (self)
 

Static Public Attributes

b2luigi filename = b2luigi.Parameter()
 filename to check
 

Detailed Description

Task to check if the given file really exists.

Definition at line 639 of file combined_quality_estimator_teacher.py.

Member Function Documentation

◆ output()

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

Member Data Documentation

◆ filename

b2luigi filename = b2luigi.Parameter()
static

filename to check

Definition at line 644 of file combined_quality_estimator_teacher.py.


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