expo-server-sdk-python
expo-server-sdk-python copied to clipboard
self.retry in the README example
In the example in the README, the code has two occurance of:
raise self.retry(exc=exc)
Where is the retry method defined in the example, and why is it using self.retry when it is not called from inside a class method?