How to check methods defined in any class in Python. I am now studying Pandas and I have checked pandas documentation and python github code too.
I want to know about: DatetimeIndexResampler class. size() and count() are two methods of this class. What are the other methods defined inside this class. I have checked github and it's documentation too.