tweepy
tweepy copied to clipboard
Allow usage of Cursor with model methods
This works: tweepy.Cursor(api.lists_memberships, user.id)
This should work, but doesn't: tweepy.Cursor(user.lists_memberships)
I noticed the same behavior for api.list_members. I assume this occurs whenever a model object wraps an API call.