tutorial.eyehunts.com
Python print methods of object | Example code
The simplest method is to use dir(object_name) to get all the methods available for that object and use the print method to print it.
Rohit