class documentation

class InstanceConsole(ConfigObject):

View In Hierarchy

Object describing how to access the console of an instance.

Method Validate Validates contents of this object.
Class Variable __slots__ Undocumented

Inherited from ConfigObject:

Class Method FromDict Create an object from a dictionary.
Method __getattr__ Undocumented
Method __repr__ Implement __repr__ for ConfigObjects.
Method __setstate__ Undocumented
Method Copy Makes a deep copy of the current object and its children.
Method ToDict Convert to a dict holding only standard python types.
Method UpgradeConfig Fill defaults for missing configuration values.

Inherited from ValidatedSlots (via ConfigObject):

Class Method GetAllSlots Compute the list of all declared slots for a class.
Method __init__ Constructor for BaseOpCode.
def Validate(self):

Validates contents of this object.

__slots__: list[str] =

Undocumented