Example #1
0
 def __init__(
     self, options=None, forbid_dtd=False, forbid_entities=True, forbid_external=True
 ):
     _ExpatBuilder.__init__(self, options)
     self.forbid_dtd = forbid_dtd
     self.forbid_entities = forbid_entities
     self.forbid_external = forbid_external
Example #2
0
 def __init__(self, options=None, forbid_dtd=False, forbid_entities=True,
              forbid_external=True):
     _ExpatBuilder.__init__(self, options)
     self.forbid_dtd = forbid_dtd
     self.forbid_entities = forbid_entities
     self.forbid_external = forbid_external