get_keys method

get_keys

Returns all file names that contain the filter in the filename.

def get_keys(self, filter):
    ...
Parameter Type Description
filter str The filter to use.

Returns: list[str]: File names that contain the filter in the filename.

See Also