Exemplo n.º 1
0
 def __init__(self, hashcode, unit, rels, schemas, text):
     Document.__init__(self, unit, rels, schemas, text)
     self.hashcode = hashcode
Exemplo n.º 2
0
 def __init__(self, units, rels, schemas, txt):
     Document.__init__(self, units, rels, schemas, txt)
Exemplo n.º 3
0
 def __init__(self, hashcode, unit, rels, schemas, text):
     Document.__init__(self, unit, rels, schemas, text)
     self.hashcode = hashcode
Exemplo n.º 4
0
 def __init__(self, units, rels, schemas, txt):
     Document.__init__(self, units, rels, schemas, txt)