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