コード例 #1
0
ファイル: graphics.py プロジェクト: ggonnella/genometools
 def __init__(self, width, height):
     self.g = gtlib.gt_graphics_cairo_new(GRAPHICS_SVG, width, height)
     self.own = True
     self._as_parameter_ = self.g
コード例 #2
0
ファイル: graphics.py プロジェクト: jamescasbon/genometools
 def __init__(self, width, height):
     self.g = gtlib.gt_graphics_cairo_new(GRAPHICS_SVG, width, height)
     self.own = True
     self._as_parameter_ = self.g