コード例 #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)