HostNode

class guerilla.HostNode

Bases: guerilla.SelectableNode

The base class for all nodes that are exported from a Host software

HostPath

The data archive to read HostPlugs value when baked

Type:types.string
deleteinheritedattr(plugname)

Delete an inherited attribute plug from the node

Parameters:plugname (str) – The attribute plug name
overrideinheritedattr(plugname, value)

Override the attribute

Parameters:
  • plugname (str) – The attribute plug name
  • value (any) – The attribute value
setinheritedattr(plugname, inherited, value=None)

Set the inheritance status of the attribute

Parameters:
  • plugname (str) – The attribute plug name
  • inherited ([bool or nil]) – True or nil if the attribute is to be inherited, false otherwise
  • value (any) – The attribute value if not inherited, or nil to set to default