remove duplicate method (closes #19127)
This commit is contained in:
parent
56b143d758
commit
72a98541f0
@ -370,9 +370,6 @@ class Attr(Node):
|
|||||||
except AttributeError:
|
except AttributeError:
|
||||||
return self.nodeName.split(":", 1)[-1]
|
return self.nodeName.split(":", 1)[-1]
|
||||||
|
|
||||||
def _get_name(self):
|
|
||||||
return self.name
|
|
||||||
|
|
||||||
def _get_specified(self):
|
def _get_specified(self):
|
||||||
return self.specified
|
return self.specified
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user