コード例 #1
0
ファイル: pnggrid.py プロジェクト: imclab/pnggrid
 def from_utfgrid_string(cls, string):
     return cls.from_utfgrid(UTFGrid.from_string(string))
コード例 #2
0
 def from_utfgrid_string(cls, string):
     return cls.from_utfgrid(UTFGrid.from_string(string))