Override Mapping.__contains__ in DataMapping
authorHarmon <Harmon758@gmail.com>
Thu, 24 Feb 2022 19:46:08 +0000 (13:46 -0600)
committerHarmon <Harmon758@gmail.com>
Thu, 24 Feb 2022 19:46:08 +0000 (13:46 -0600)
commit9f10a58e6a9fa8726fa033008f203ff577e1fc03
treee377a105cc53e5acb8b86dc81f38d6cf1d2ef61c
parent1ffc8cda6d2b9670b86610859f21ac05d726eaf9
Override Mapping.__contains__ in DataMapping

This allows membership tests to check for existence within data, rather than existence of the attribute at all
tweepy/mixins.py