Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation
Oddly, pathlib has no docstring: https://github.com/python/cpython/blob/main/Lib/pathlib.py
pathlib
>>> import pathlib >>> type(pathlib.__doc__) <class 'NoneType'>
The text was updated successfully, but these errors were encountered:
This module offers classes representing filesystem paths with semantics appropriate for different operating systems. or some shortened version thereof is probably sensible, lifting from https://docs.python.org/3/library/pathlib.html#module-pathlib
This module offers classes representing filesystem paths with semantics appropriate for different operating systems.
Sorry, something went wrong.
The first 0.1 release on PyPI didn't have a docstring either! (https://pypi.org/project/pathlib/0.1/#files)
cc: @pitrou @barneygale
A
No branches or pull requests
Documentation
Oddly,
pathlibhas no docstring: https://github.com/python/cpython/blob/main/Lib/pathlib.pyThe text was updated successfully, but these errors were encountered: