×
Menu
Index

2.5 Help Window

Provides output from Python’s integrated help function.  Highlight an API function in the editor and right-click -> Help to invoke Help.  Note that the Help system may need to be told which module a function is in, for best results a function call will need to be prefixed with its module / parent class.  For instance, to see help on a profile function called is_yearly, run help on iesve.GroupProfiles.is_yearly.