Files
typeshed/stubs/appdirs
Jakob Stadler 843b49e96a appdirs: improve annotation for appauthor argument (#9876)
Fix: Missing annotation for appauthor argument

According to the appdirs doc string and code [1], the appauthor argument in all functions supports False as argument value to skip insertion of author directories.

[1] https://github.com/ActiveState/appdirs/blob/master/appdirs.py#L52
2023-03-13 14:43:41 +00:00
..