List all files ending with a suffix at a given root Args: root (str): Path to directory whose folders need to be listed suffix (str or tuple): Suffix of the files to match, e.g. '.png' or ('.jpg', '.png'). It uses the Python "str.endswith" method and is passed directl
(root, suffix, prefix=False)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected