Add a ton of default values

This commit is contained in:
Ebag333
2017-02-09 00:56:33 -08:00
parent f2c84692a9
commit 7865219164
27 changed files with 104 additions and 7 deletions

View File

@@ -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