You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title (str): The title of the category to fetch elements from. Must include `Category:` prefix.
304
-
ns (list[Union[NS, str]], optional): Only return results that are in these namespaces. Optional, set empty list to disable. Defaults to [].
306
+
ns (Union[list[Union[NS, str]], NS, str], optional): Only return results that are in these namespaces. Optional, set empty list to disable. Defaults to [].
305
307
306
308
Returns:
307
309
list[str]: a `list` containing `title`'s category members.
308
310
"""
309
311
log.info("%s: fetching category members of '%s'", self, title)
0 commit comments