Add API.cached_result.
authorJoshua Roesslein <jroesslein@gmail.com>
Sun, 22 Dec 2013 01:42:09 +0000 (17:42 -0800)
committerJoshua Roesslein <jroesslein@gmail.com>
Sun, 22 Dec 2013 01:42:09 +0000 (17:42 -0800)
commit066146062076f37677507df6312bc9374420019a
treed37713c89178283304a735bae2dd288cdfde9c5d
parent66302747f16ae1d0771bb2517885414775f42d0e
Add API.cached_result.

This will be True if the last result was cached.
Otherwise this will be False if the result was freshly
requested from the Twitter API servers.
tests/test_api.py
tweepy/binder.py