Hello world Posted November 10, 2011 Share Posted November 10, 2011 Hi I want to know how to see the help of a particular method from a particular class say I import os and I want to check the help of defpath method. how can i do that? any suggestions Quote Link to comment Share on other sites More sharing options...
ehsan parizi Posted November 10, 2011 Share Posted November 10, 2011 (edited) for example for defpath in os : import os help() defpath.abort Edited November 10, 2011 by ehsan parizi Quote Link to comment Share on other sites More sharing options...
Hello world Posted November 10, 2011 Author Share Posted November 10, 2011 for example for defpath in os : import os help() defpath.abort hi thanks for the reply.I found out.I have to admit that this is a silly question help(hou.node) is one such examples Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.