Apr 13, 2010 #1 peac3 Technical User Joined Jan 17, 2009 Messages 226 Location AU Hi guys, Can anyone help me where to find the python class library (ie import sys), I would like to know what method inside class sys. I've searched google but still no luck. pLease help, thanks guys
Hi guys, Can anyone help me where to find the python class library (ie import sys), I would like to know what method inside class sys. I've searched google but still no luck. pLease help, thanks guys
Apr 13, 2010 1 #2 JustinEzequiel Programmer Joined Jul 30, 2001 Messages 1,192 Location PH Code: import sys help(sys) Upvote 0 Downvote
Apr 14, 2010 #3 Bong Programmer Joined Dec 22, 1999 Messages 2,063 Location US http://www.python.org/doc/ _________________ Bob Rashkin Upvote 0 Downvote