pydicom.data.get_charset_files

pydicom.data.get_charset_files(pattern: str = '**/*') list[str][source]

Return a list of absolute paths to charsets with filenames matching pattern.

Parameters:

pattern (str, optional) – The pattern to pass to glob(), default ('**/*').

Returns:

A list of absolute paths to matching files.

Return type:

list of str