Name Description Size
__init__.py 0
importlib_resources
jaraco
more_itertools
packaging
platformdirs
typing_extensions.py Check correct count for parameters of a generic cls (internal helper). This gives a nice error message in case of count mismatch. 80078
zipp.py Given a path with elements separated by posixpath.sep, generate all parents of that path. >>> list(_parents('b/d')) ['b'] >>> list(_parents('/b/d/')) ['/b'] >>> list(_parents('b/d/f/')) ['b/d', 'b'] >>> list(_parents('b')) [] >>> list(_parents('')) [] 8425