2008年6月20日 星期五

dir & help

dir( module_name):
return all attributes inside that module

dir( "test")
--> string's attribute, such as string's methods

help:
find info about API
ex:
help("test".index)

沒有留言: