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