| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- Gather all documented names into a set in a single pass. This makes the check much faster. - Do not match substrings (e.g. documenting `PyErr_WarnEx` doesn't mean that `PyErr_Warn` is documented) - Consider `PY`-prefixed names (a lot of old macros use this) (cherry picked from commit 234a15d)
| Back | FazBrowse Home | New Git URL |
Gather all documented names into a set in a single pass. This makes the check much faster.
Do not match substrings (e.g. documenting PyErr_WarnEx doesn't mean that PyErr_Warn is documented)
Consider PY-prefixed names (a lot of old macros use this)
(cherry picked from commit 234a15d)