Listing Methods

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kaarthikeyapreyan
    New Member
    • Apr 2007
    • 106

    Listing Methods

    How can I list only the methods associated with a particular object.
    dir() did not help me cause it lists the classes along with the methods
  • jlm699
    Contributor
    • Jul 2007
    • 314

    #2
    Originally posted by kaarthikeyaprey an
    How can I list only the methods associated with a particular object.
    dir() did not help me cause it lists the classes along with the methods
    This came up from a quick google

    Comment

    Working...