mirror of https://github.com/python/cpython
merge 3.3 (#19127)
This commit is contained in:
commit
84c1205043
|
@ -370,9 +370,6 @@ class Attr(Node):
|
|||
except AttributeError:
|
||||
return self.nodeName.split(":", 1)[-1]
|
||||
|
||||
def _get_name(self):
|
||||
return self.name
|
||||
|
||||
def _get_specified(self):
|
||||
return self.specified
|
||||
|
||||
|
|
Loading…
Reference in New Issue