- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
HFSS15: Discovering Methods
录入:edatop.com 点击:
For instance, if you want to list all methods available in the string module, you would type in “import string” to import the module first and then type in “dir(string)”. You will get a list of all the methods available (as well as some __somename__ internal names that can be ignored)

Related Topics
Obtaining More Information
Help on a Method
Introduction to IronPython
Translating Script commands from VBScript to IronPython
Scripting Using Iron Python: Putting it all Together
Appendix: IronPython Samples


