is_null

[internal] returns True if the element name has not been set.

Source


def is_null(self):
    return True if self._name is None else False