WeChat.UserBlacklist.get_black_list

You're seeing just the function get_black_list, go back to WeChat.UserBlacklist module for more information.
Link to this function

get_black_list(client)

Specs

get_black_list(WeChat.client()) :: WeChat.response()

获取公众号的黑名单列表 - 官方文档

Link to this function

get_black_list(client, begin_openid)

Specs

get_black_list(WeChat.client(), WeChat.openid()) :: WeChat.response()

获取公众号的黑名单列表 - 翻页 - 官方文档