full_input_file_names property

full_input_file_names property

Gets/sets the flag indicating whether full or short filenames are output to the transcript file and to the terminal when file input begins.

Definition:

@property
def full_input_file_names(self):
    ...
@full_input_file_names.setter
def full_input_file_names(self, value):
    ...

See Also