tweepy icon indicating copy to clipboard operation
tweepy copied to clipboard

Allow usage of Cursor with model methods

Open aantn opened this issue 14 years ago • 0 comments

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.

aantn avatar Apr 10 '11 13:04 aantn