Package com.inductiveautomation.ignition.common.script.abc
package com.inductiveautomation.ignition.common.script.abc
-
ClassDescriptionBase class to pretend to be a Python map, AKA a dictionary.Base class to pretend to be a Jython "sequence", aka a Pythonic list.Base class to pretend to be a Jython "sequence", aka a Pythonic list.Context managers are Python's equivalent of the `try-with-resources` statement - you (generally) open one with the with statement, and it will automatically close any opened resources, even if your code throws an exception.