예제 #1
0
파일: char.py 프로젝트: nesnidal/DendroPy
 def __init__(self):
     dict.__init__(self)
     Annotated.__init__(self)
예제 #2
0
파일: char.py 프로젝트: nesnidal/DendroPy
 def __init__(self, value=None, character_type=None):
     Annotated.__init__(self)
     self.value = value
     self.character_type = character_type