def _limited()

in psaw/PushshiftAPI.py [0:0]


    def _limited(self, payload):
        """Turn off bells and whistles for special API endpoints"""
        return any(arg in payload for arg in self._limited_args)