Var.getAttr()

getAttr ( attrname )

Query the value of a variable attribute. The full list of available attributes can be found in the Attributes section.

Arguments:

attrname: The attribute being queried.

Return value:

The current value of the requested attribute.

Example usage:

  print var.getAttr(GRB.attr.x)
  print var.getAttr("x")