We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c788f commit 1720fb6Copy full SHA for 1720fb6
array_api_compat/_internal.py
@@ -59,7 +59,7 @@ def _get_all_public_members(module, exclude=None, extend_all=False):
59
excluded from the list of members.
60
extend_all : bool, optional
61
If True, extend the module's __all__ attribute with the members of the
62
- module derive from dir(module)
+ module derived from dir(module). To be used for libraries that do not have a complete __all__ list.
63
"""
64
members = getattr(module, "__all__", [])
65
0 commit comments