Add a ton of default values
This commit is contained in:
@@ -699,6 +699,8 @@ class _Parser(object):
|
||||
|
||||
|
||||
class Element(object):
|
||||
_name = None
|
||||
|
||||
# Element is a namespace for attributes and nested tags
|
||||
def __str__(self):
|
||||
return "<Element '%s'>" % self._name
|
||||
|
||||
Reference in New Issue
Block a user