예제 #1
0
파일: __init__.py 프로젝트: hongry18/pyhwp
 def get_charshape(self, charshape_id):
     return nth(self.charshapes, charshape_id)
예제 #2
0
 def get_charshape(self, charshape_id):
     return nth(self.charshapes, charshape_id)
예제 #3
0
파일: __init__.py 프로젝트: hongry18/pyhwp
 def model(self, idx):
     return nth(self.models(), idx)
예제 #4
0
 def model(self, idx):
     return nth(self.models(), idx)