コード例 #1
0
ファイル: glyphNode.py プロジェクト: abap/RGT-tool
 def __init__(self, ownerDoc):
     BaseGlyph.__init__(self, ownerDoc, 'glyph')
コード例 #2
0
ファイル: missingGlyphNode.py プロジェクト: abap/RGT-tool
 def __init__(self, ownerDoc):
     BaseGlyph.__init__(self, ownerDoc, 'missing-glyph')
     
コード例 #3
0
 def __init__(self, ownerDoc):
     BaseGlyph.__init__(self, ownerDoc, 'glyph')