hasAttribute abstract method

bool hasAttribute(
  1. String attributeName
)
inherited

Checks if the python object has the given attribute.

Implementation

bool hasAttribute(String attributeName);