| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add Args/Returns/Raises/Example docstrings to filename_prefix_for_name, filename_prefix_for_split, filepattern_for_dataset_split, filename_for_dataset_split, filepath_for_dataset_split
| Back | FazBrowse Home | New Git URL |
Summary
Five public functions in src/evaluate/naming.py had no docstrings at all, making their expected inputs, outputs, and error conditions invisible to IDE tooling and to contributors reading the source.
This PR adds complete docstrings following the existing HuggingFace style used throughout the codebase (Google-style with backtick-formatted types):
No logic changes
Documentation only — no behaviour was modified.
CI checks