NG/AMS - User's Manual

Follow Python indentation – Jython standard is 4 spaces for each indent (don’t use tab stops) 80 characters per line. Jython standard method names: __privateMethod() Java Code. Opening brace is at end of line of code. Closing brace is on its own line. Comments. In-line – place before the line with the same indentation. Function headers ................
................