raw_file_name property

raw_file_name property

Gets or sets the file name for a raw file (not a complete path).

Definition:

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

See Also